Multiple Abstract Views with tabs in one app
Isnt there anybody who knows why i got this white blank spot in the navigation bar? Might this be a Problem with the two abstract states, or the Ionic Framework? Is there a way to have two abstract...
View ArticleAny good Ionic2 scroll tab bar example out there?
mikeulkeul: here is no need for a hack anymore as they are now triggering the interesting event precisely where I had my hack:...
View ArticlePush notifications with Ionic2
Apparently there are several bugs and unexpected behaviour from Ionic Push. Try using http://ionicframework.com/docs/v2/native/Push/
View ArticleIon-tabs remove margin
hi if i change a ion-tab color in the ion-tabs parent remaining a margin if I try to remove the margins by expanding the width of the signel tabs the icons disappear, and the tabs are no longer...
View ArticleCordova plugins?
Hi, please how can i use it for multiple URLs ? defined in another Controller with under a scope service ?
View ArticleIonic emulate ios --target="iPhone-6s-Plus" says not a valid target
hi all, after I run "ionic emulate ios --target="iPhone-6s-Plus", there is error says: Error: iPhone-6s-Plus is not a valid target for emulator but ionic emulate ios --target="iPhone-6-Plus" is fine....
View ArticleHow can I forward using $ionicHistory?
I'm trying to do lateral navigation inside a tab (please look at the attached image). testQuestion.png630x1114 28.1 KB Basically I have a tabbed application. In one of the tabs there is a ion-nav-view...
View ArticleHow can I forward using $ionicHistory?
Here is an image of the iOS music app which has the same pattern.Within the selected "My Music" tab you can select between "Library" and "Playlists". IMG_4165.PNG361x640 59.9 KB
View ArticleUsing transparent in ionic view makes transition issue when forward
Hello all ionic favorites, I am facing issues when using the transparent color in ionic-view on all the pages. This is because, am keeping background constant on ion-nav-view. So that during...
View ArticleApp startup execution order
Bumping this in the hope somebody who understands the big picture in terms of overall applevel execution order will chime in! Where do we put logic that we want executed prior to the first page loading?
View ArticleCannot set input="time" anymore on android
it doesn't work with ionic 1.4.2 version. I've the same problem with nativeI've the same bug on Huawey P8 Lite. Android 5.0.1. On xperia Z with 5.1.1 works.
View ArticleChatapp with firebase and ionic that shows your location
I build a simple chat app using Ionic and Firebase. Check it out and write some nice stuff It also uses geolocation to show your location (if you want to):click here to view the web app,and here for...
View ArticleScript to modify config.xml
I do this using a gulp task I created and run it manually in the command line before I do a build. For example, I run my command: gulp replace --app app1 Which then reads the config.json file I made...
View ArticleReload controllers on state change not working in version 14
Agreed... using $scope.$on('$ionicView.beforeEnter') works super well for reloading data in a cached view!
View ArticleIonic popover only displaying on browser, not on Android/Ionic-view
It works for me when i used the fromTemplate Methode not the fromTemplateUrl. // .fromTemplate() method var template = '<ion-popover-view><ion-header-bar> <h1 class="title">My...
View ArticleUnknown provider: $cordovaCameraProvider
you can try cordova capture as alternative/workaround
View ArticleIon-toggle change event not working
Hi, I would like to know why the "change" event is not triggered when changing the toggle state. What am I missing? html <ion-item> <ion-label>Toggle state</ion-label> <ion-toggle...
View Article