Issue with iPad app in Landscape mode
Hey, I found a solution. I don't know the root cause of why this issue occurred, but this hack will solve it. It has to do with the splash screen plugin, in CDVViewController+SplashScreen.m. -...
View ArticlePass ngFor index to click event?
Here's the scenario, i need to pass the index of the element to a click event rather that the item itself, but the next code gives error when i just basically took it from the Angular 2 docs: <...
View ArticleProblem with $state.go and back button on Android
In a function I use: $state.go( 'login' ); to go back to the login screen; in this condition when I push the back button on Android the app doesn't exit. Nothing is logged in the console.If I push...
View ArticleIs it possible to alter the back button behavior for a single view?
So $ionicHisotry.nextviewOptions({disableBack: true}) basically gets me where I need to be. I don't get the clients list as the "back" but not having the back would be preferable to having the form be...
View ArticleHow to use two controllers in two template pages
Yes! Thanks.. It works.. i use service to push data
View ArticlePass ngFor index to click event?
My fail, was in the controller, nothing to do with the ngFor
View ArticleNative View Transition Animations
In order to make it work along with Crosswalk, simply add this line into config.xml (inside 'widget' tag): <preference name="CrosswalkAnimatable" value="true" />
View ArticleUse translate3d instead of bottom property in keyboard-attach directive?
Hi there! the keyboard-attach directive (https://github.com/driftyco/ionic/blob/master/js/angular/directive/keyboardAttach.js) uses the bottom css property to set footer-bar and scroller position when...
View ArticleWhat a difference of ionic 1.2 and ionic v2?
Thanks for the answers, then the angularjs will be depreciated because of angular2 or are totally different things ?
View ArticleWhat a difference of ionic 1.2 and ionic v2?
Does Ionic 2 have all the Ionic 1.2 features implemented, or only a small subset?
View ArticleEXCEPTION: No provider for Http! How to solve?
Hi @victorcarvalhosp, did you solve this issue because I have the same error basically and I have not found how to solve it. I have also included : providers:[Http] but I also still get the same...
View Articleionic2 app show blank screen on android device (4.2.2) using run command and...
Hey all, I've been looking at this issue on github, github.com/driftyco/ionic2 Issue: Blank screen during the loading (splashscreen was working earlier) opened by krz37 on 2015-12-18 When coding...
View ArticleButton-stable no border in 1.2.1
According to the commit it's to be more like v2: https://github.com/driftyco/ionic/commit/21e54be63c3b39963813d83a4e2aa4c36784fe3e
View ArticleTwo Problem with Sidemenu App
Hi All,In my app I have 2 problem with side menu and content, First one is that in devices with Jelly Bean KitKat menus and single post of Posts are appear very well in dragging page from Right to...
View ArticleUncaught ReferenceError: ionic is not defined in Ionic 2
Hi. is anyone else getting this error: Uncaught ReferenceError: ionic is not defined in the browser console. I get the error after following the tutorial.. I get the error after running ionic serve...
View ArticleIonic 1.2.1 Slides bullets hidden
Hi, Yesterday I installed the new version of Ionic (1.2.1-nightly-1867 using bower). Every thing seems to work fine except the bullets for the new ion-slides directive. When the DOM is created I can...
View ArticleWhy is img/ionic.png in the starter templates?
Hey all, I was wondering why the img/ionic.png file exists in every Ionic starter project. As far as I can find, it is never referenced. Do I miss something? Or is it just there to prevent an empty...
View ArticleIonic 1.2.1 Slides bullets hidden
Ho... It seems to be when there are more than 10 slides...Is there a way to avoid hiding it even if there are more than 10 slides ? Edit : Ok, found it in ionic.bundle.js.When removing ng-hide test,...
View ArticleWhen I run my ionic app on device geting this error
TypeError: $browser.addPollFn is not a function at Object. (angular-cookies.js:60) at Object.invoke (ionic.bundle.js:13282) at Object.enforcedReturnValue as $get at Object.invoke...
View Article