Ios-sim and Xcode 7
Not specific to Ionic, but after upgrading Xcode from 6.x to 7.0 I'm unable to launch the iOS simulator with ionic emulate ios. After some investigation, I found that typing ios-sim showdevicetypes...
View ArticleCreate new Sass variable
Hi everybody, sorry if my question is a bit stupid, but I'm new with Ionic.I want for my app to create a personal scss file. So I creates first a file _sed.scss in the folder www/lib/ionic/scss/ then...
View ArticleChange Ionic App name in "Ionic Lab"
Hi, I am try develop ionic app with the Ionic Lab on Mac How to change the project name in "Ionic Lab"?I created a project with cli tools "ionic start modalIonicTemplate blank".And modify "config.xml"...
View ArticleCan I re-render the ui when the app launch from background to foreground?
Hi, Can Ionic control the event of launching the app from background to foreground?I want the app back to login page when the app launch from background to foregroundand no redirect animation is show...
View ArticleIos-sim and Xcode 7
Have you tried going into Xcode and downloading the latest iOS-Simulator? (8.4)
View ArticleHow to clear old app data for a update?
I found that I can just change the name of that database, so that CordovaSqlite will copy and use that new database.
View ArticleCan I re-render the ui when the app launch from background to foreground?
Have you tried changing state on resume event? $ionicPlatform.on('resume', function() { $state.go('some state'); });
View ArticleChange Ionic App name in "Ionic Lab"
For now the Ionic Lab is very poor tool. You can still using cli and other editor.I found this tool useless. May be in next versions it become in something really cool.
View ArticleIonic Header overlapping ion content
Here is my code, what am I doing wrong ? <ion-header class="bar-header"> <div class="bar bar-header bar-royal"> <h1 class="title">App</h1> </div> </ion-header>...
View ArticleBlank Screen Windows Phone
I've written an Ionic test app, it has been deployed to azure as a web app for test purposes (no cordova stuff yet). I can successfully view the app in all desktop browsers (Edge/Chrome), but when I...
View ArticleCreate and send excel file via ionic
I export csv file success in ionic today. I have try ng-csv, AlaSQL, they all can't export file when you install app on android. so, I convert JSON to csv string, then use $cordovaFile write string to...
View ArticleList of images are not showing on Load until I Swipe!
Hello,I have the following HTML <div class="list"> <div collection-repeat="post in posts" collection-item-width="50%" collection-item-height="50%"> <img style="display: block"...
View ArticleAzure mobile service oauth implementation does not work on android phone &...
I am building a hybrid mobile application using Ionic, Angular, Azure mobile services (Java script Backend –Node.js). This application does various thingslike inserting, updating,deleting and...
View ArticleNeed help to build iOS version of ready cordova project
Could someone please help to build an iOS version of a ready cordova project ? I run a Linux machine (need MAC OS to build). The build purpose is just for learning. The cordova plugin download links...
View ArticleList of images are not showing on Load until I Swipe!
btw: it is item-width="" and item-height="" and not collection-item-[xxx]
View ArticleIonic Header overlapping ion content
it is ion-header-bar and ion-footer-bar then you do not need to set the has-header class at the ion-content
View ArticleHow to submit form to external url
you do not do such things in apps... use a payment provider, that provides a mobile sdk or an api you can request via $http-service. Like paypal --> they are providing a good api and a cordova-plugin
View ArticleCalling Parse Backend service problem in mobile phone
did you include whitelist plugin? you need to allow such requests there.https://github.com/apache/cordova-plugin-whitelist On iOS9 there are some changes if you are building your apps with new xcode...
View Article