Dependency Injection in @Page annotations
I am attempting to inject Http from Angular2/Http into a Page element, and am not seeing a direct way to do this. I browsed through the source for the Page element and noticed it does not accept a...
View ArticleTabs will not display
Hi. I'm building an application where I need to have multiple tabs. The main tab should be the map tab, which currently works. However, I'm having trouble when switching between tabs as every tab but...
View ArticleRoute Specific CSS
With Ionic, do I have option to define css which is specific to particulate view (route)?
View ArticleIOS 9: views blink white
after testing the app on IOS9 i start notice some views get white when starting interact with them, i have update to ionic 1.1.1 also i have tried to set background for the ion-nav-view but still i...
View ArticleSingle Post Decription Not Displaying
My description from wp api isn't displaying and I cannt figure out why. Here is my html file: <ion-view class="post-view"> <ion-nav-title> {{::post.title.rendered}} </ion-nav-title>...
View ArticleIon-pane with ion-nav-bar
i have a simple view as this: <ion-nav-bar class="bar-energized"> </ion-nav-bar> <ion-nav-view> <ion-view> <ion-pane></ion-pane> </ion-view>...
View ArticleDependency Injection in @Page annotations
I found a way to do this via Injector.resolveAndCreate. If there is there a cleaner way than executing this in the constructor? var injector = Injector.resolveAndCreate([ HTTP_PROVIDERS]); var http =...
View ArticleDifferent views for mobile vs tablet?
Say for example i have a list or a card list on mobile, is it possible to do something different for iPad / tablets ie: a grid layout etc? Or will the cards / lists just expand to the screen size? Im...
View ArticleCordova plugin loading error
Hi all, I am currently having an issue while loading the ionic app. I believe I used template code and it supposed to work. However plugin part and Statusbar part are not working at all. I tried with...
View ArticleIonic-modal-view crash the app in iOS9 and Windows 8.1 devices
I have noticed the same problem, whenever you scroll on view it blank white i noticed this on modal also. try to disable native scrolling
View ArticleConstruir APK en windows
Instale todo lo necesario y ejecuto el comando de compilar (ionic build android) y no aparece nada en consola, y luego revizo si el proyecto se ha construido alguna nueva carpetar con los apk, pero no...
View ArticleLivereload error: Webpage not available
I had the same issue. My problem was that my wifi was turned of on phone.
View ArticleNeed Help with services or global variables
great...is there a way I could set the value of the variable using an ng-click...so everytime the user clicks button 1 variable value changes to button1 and then I use that as a reference to find...
View ArticleDelay creation of tabbed view until slide change
Hi I am using https://github.com/saravmajestic/ionic/tree/master/tabbedSlideBox It works great for scrollable tabs, but I find that as I use more than a few scrollable tabs (more than 4-5 tabs) the...
View ArticleIonic CLI question; manually sync "www" folder to all platforms
Hopefully a simple question of "I just couldn't find it in the docs". Is there a CLI way to synch the "www" folder across all platforms w/o triggering a build or serve? My projects build via the...
View ArticleXcode 7.1 iOS 9.1 Failed to load webpage with error: Could not connect to the...
I have: - Device- Geolocation- Google-Analytics- Splashscreen- Status Bar- Whitelist- X-Socialsharing- Local Notification- Keyboard- Dialogs- Globalization- InAppBrowser- AppRate
View ArticleInapp browser facebook connect android
if i change _blank to _system it's work but outside of my app android (chrome or default navigator work well) $cordovaInAppBrowser.open('http://mywebsite.com/facebookconnexion', '_blank'); thanks to...
View ArticleSlidebox "lock" on tab and no swipe first tab?
I'm using Slidebox and just have a few questions. I have a list on one of my tabs, but sometimes the scrolling brings issue. Is there a way to "lock" once the slide is in place more "tougher' so...
View Articleios7/android4 timepicker style UI
Please check my design: https://github.com/jmloveyj/angularjs-timepicker.It is very simple and easy to polish.
View Article