Either Ion-nav-back-button is not appearing or page is not loading
I am trying to create a new page from an existing page with a back button. I have recreated the issue here in a plunkr. In the trip analytics option When I click the first card i.e. Enter Home...
View ArticleIonic States
Hi, Trouble with .state in an app that I am creating to learn ionic. Scourged the internet and forums but couldn't find a break through. I have 3 views: list.html, view.html and bill.html. When I add...
View ArticleIonic States
Sorry, this is the .state parameter that I add to the app.js file and everything breaks after that..state('bill', { url: '/bill', templateUrl: 'bill.html', controller: 'BillController' });
View ArticleIn App purchase not working in iOS 9
Updated ionic, cordova and npm. @nraboy is working fine now. Thanks for the answer @ozexpert
View ArticleConnect to remote database
ehhhm maybe you should read something about writing backends... creating apis and so on.. it is the easiest step to connect a dbs with a script language.and it would be not that good if you read out...
View ArticleWhat are you building with Ionic? We want to know!
I've been working on different variations of a location-enabled app and needed a way to get a point/marker on a google map. So I finally put together a geocoding service to get [lat,lon] from an...
View ArticleLocalStorage does not work in Ionic View?
@nypraise: I seem to be running into the same issue as you. I'm also using ngStorage, and localstorage doesn't seem to be working only when I'm in the Ionic View app. Did you find a solution?
View ArticleOrientation does not change in ionic starter template "blank" on iOS
Dear jwt02180, thanks for your suggestion, but unfortunately I was unable to get it working like that. Where and how did you state the function?
View ArticleSending Ionic Push notification through API gets error
Thanks, @correasebastian! Finally it's working like a charm. Regards
View ArticleSlidebox lost all height using android device
HI everyone When I run app on my android device I see none of my slides.I inspected the code using chrome inspect device tools and discovered the slidebox has zero height. Using the tools if I add...
View ArticleSlidebox lost all height using android device
Would this have anything to do with :: "SVG's SMIL animations (, , etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead." just wondered !
View ArticleHave installed ionic box and logged in to the machine. Now what?
i would use node version 4.2.2. and not 0.12.7 and oyu need to install android sdk and java jdk. After that you need to set the correct env variables JAVA_HOME and ANDROID_HOME --> pointing to the...
View ArticleEither Ion-nav-back-button is not appearing or page is not loading
you have a wrong app structure and so a false navigation structure. Same like in this topic: Ionic sidemenu does not re-appear after $state.go because your dom structure is invalid. In an app you have...
View ArticleUIKeyboardTypeDecimalPad">Input type="number" -> UIKeyboardTypeDecimalPad
Hey there, I'm having a problem trying to get the proper numeric keypad on iOS using input type="number" On Android, using type="number" brings up a numeric keypad with nice big numbers and a decimal...
View ArticleUpdate app.bundle.js file
Hi, I just added a moment.js library in my project by this command "npm install moment --save", calling moment() displaying errors in console. Do i have to update app.bandle.js file before calling it,...
View ArticleHow to get the blank App working on the windows platform?
Same for me. Can someone please give a hint whats the problem here? Thanks!
View ArticleProblem using a few select menus on same row
It's always helpful if you post a codepen link
View ArticleIs there a way to move `/platforms` and `/plugins` out of the Ionic project...
Ok, I read a bit about vagrant and the ionic-box (here for example: http://digitaldrummerj.me/ionicbox-notes/). What I didn't know until just now, is that this box is shell only and there is no GUI...
View Article