Promise data not returned on device
Hi all, I've been pulling my hair out for the last week over this bug so I'm really hoping someone will be able to tell me where I'm going wrong. I have a ionic app, I'm using PouchDB with the SQLlite...
View ArticleIonic android build error (worked previously)
This was caused because of permissions on folder for me. Application was not able to create the assets folder. I gave full permissions to the android sdk folder. Then it started working.
View ArticlengCordova Sqlite insertCollection example?
Hi, Can any one please tell me how to use insert Collection, there is not example anywhere on the internet I can find
View ArticleIonic cli not working with Ionic v2
I started a new Ionic v2 project using ionic start MyIonicV2App --v2, then launched npm install and then ionic serve, and everything worked ok.But when I try to type other commands, like ionic list or...
View ArticlePhp web application deploy android through ionic command its that possible?
Bengt, I understood the initial question that the PHP app should run inside the Ionic Android App. I think you may be on the right track here...
View ArticleGet user autofill credentials
With the new Safari Controller on iOS the autofills are applied to loaded websites - but I don't think you can actually access these. What are you trying to build? Maybe there's a way around it...
View ArticleCamera plugin issue about photolibrary
Ok, so you want to select 3 pictures, the first one works but on second and third you get back the same picture as the first? If so, please post a complete overview of the relevant code. View,...
View ArticleUsing the Camera
Hi! In Alpha 32, I could use the camera by importing it like this. import {Camera} from 'ionic/ionic'; But now in Alpha 35 Camera is undefined. When comparing the ionic source code (in the...
View ArticleBack button not showing when coming from nested pages (tabs)
thank you for your help. it really worked for my app.
View ArticleHas anyone tried Crashlytics plugins?
Hi I am looking for a crash analytics tool. I was using crashlytics in native platform, but I don't know if the crashlytics cordova plugins are mature enough. Do you know any alternative for Ionic...
View ArticleHow to play local audio files
If I'm not mistaken, you need to use preloadComplex instead of preloadSimple, if you want to loop sounds. I wrote a tutorial for using Native Audio in Ionic, might help to have a look at that.
View ArticleHow use Bangla Language in my Ionic App
I am from Bangladesh. i want to make a ionic app using bangla language. But i don't know how will do. Please help me.
View ArticleNot returning response from $http and handout
I am working with a ionic app, I get data from API request with navigate to a new page. Sth like $scope.$on('$ionicView.beforeEnter', function(event){ $http(configObj). then(function(response) {...
View ArticleHow to add ui-mask in my project
Hi, I'm following the steps from https://github.com/angular-ui/ui-mask to install the mask in my ionic projet, but didnĀ“t work. First I install with bower bower install angular-ui-mask Second I put...
View ArticleHow to run debug mode with Ionic project?
Do anyone try netbeans debug mode (break point) with Ionic project?I got CORS problem when calling API on netbeans debug mode....The Handling CORS issues in Ionic is not fit for it.Can any help or got...
View ArticleSSL Handshake Failures on Android Device
I was able to resolve the issue on the server side. It turned out that our apache mod_ssl was configured to allow only TLSv1.2 and that the cipher suite was also restrictive. Using...
View ArticleUsing the Camera
You're correct, they have been removed. The Ionic team are working on something for plugins, but for now you'll just have to use plain old PhoneGap / Cordova syntax:...
View ArticleIonic lab Downloading error
i am trying to download ionic lab for windows 8 but the link send me to an error page.
View ArticleIn-app purchase of Apple Store in Ionic
Hi I want to add in-app purchase of Apple Store iOS as they are not approving my app on App Store. In my app, user can use free all things (but for some option they will need to signup/user...
View Article