App stop normal work after Cordova build --release android
Actually my domain passed the test at ssllabs.The SSL certificate is provided by Let's Encrypt which is a recent certificate provider. I think it might not be trusted by outdated android browsers....
View ArticleCannot display pouchDB collection
Yeah. In fact I was doing a mistake with my tests The real problem is : I cannot display my item stored in my pouchDB collection. I use this plugin https://github.com/danielzen/ng-pouchdb.When I...
View ArticleCannot display pouchDB collection
It's getting seriously messy here ... you was talking about couchDB when it was IndexedDB ... and now you are introducing pouchDB? What are you exactly using in your app and what are you trying to...
View ArticleStrange errors in eclipse for ionic project
@fabiobalsamo You keep asking question witch are not related at all to the Ionic Framework. Every-time you'll have an issue with your IDE or computer you'll come here and post it in a luck of having a...
View ArticleCannot display pouchDB collection
I am coding a colaborative app.I use pouchDB to synchronize data between all devices. I never used Ionic neither angular, so sorry if I don't explain clearly the things. This is my controller :...
View ArticleHas-bouncing="false" does not prevent bouncing on iOS
Same here. Did you find a solution?
View ArticleIonic push notificatoins
I have good experiences with Ionic Push, worked great for me after some initial hurdles. The issues I had were related to the Ionic Web Client app interfering with Firebase and some issues with the...
View ArticleHow to write Bangla with ionic?
Hello, I make an app in our native language Bangla so How can I write Bangla with ionic, is there any library to make it. Thanks.
View ArticleHow compile changes in GCMIntentService.java
So I had the same requirement - I needed to modify that file for some changes to GCM. I did it the "low tech" way. I have a modified copy of that file in a project folder and inside...
View ArticleTouch focusing/clicking wrong list item
I solved it by setting content to overflow-scroll='true' ! Then i had to do it for other content's too... so i changed the config globally !Everything works ! but, was my ionic app using native...
View ArticleIos - cordova_plugins.js not found
I am having the exact same issue, and have been digging pretty deep to find and answer. The problem we are having seems to only be on particular iphones, and is to do with this code from cordova.js:...
View ArticleNative Scrolling: Android Testers Wanted
Can someone check this post/issue related to native scrolling please? forum.ionicframework.com Touch focusing/clicking wrong list item (Tested only on android yet) I have a list of items. The items...
View ArticleIonic App not launching automatically in default browser
@Sujan12It opens a tab with nothing (not even any URL in address bar).
View ArticleIonic App not launching automatically in default browser
@Devniz Yes I can navigate to all the routes in my app with no errors on CLI & browser console.
View ArticleSourcemaps in new project structure
Hi, I was facing the same problem but my project is using typescript. I had to specify in tsconfig.json file sourceMap : true and then the source maps were that of es6/ts else I was also getting es5...
View ArticleRead serial com port
I think the Ionic forum is not realy the place-to-go to find answers for custom serial communication implementaions.Anyways, I think you are looking in the wrong direction... I've never done this...
View Article$cordovaFileTransfer.upload error code 1 on iOS but works on Android
same issue here, any solution for this guys?
View Article