Any API call returns status code 0
The problem was indeed the non-encrypted endpoint. I was able to work around it by adding the following line to my AndroidManifest.xml: <application android:usesCleartextTraffic="true">...
View ArticleWriting files with commas in the string - resulting file is truncated at the...
the issue might have been reintroduced, create a new issue providing a sample app where it can be reproduced
View ArticleiOS App stuck at white Screen after SplashScreen
I have the same problem and I tryed to use the Onesginal plugin and the Firebase plugin. I can build, but in emulator my screen still white, even my splash is not showed. I can’t found a push...
View ArticleFCM Problem After Ionic 5 & Angular 9 Update
Recently i upgraded my Ionic 4 project to Ionic 5 and Angular 9. I updated all other packages also. Then some feedbacks reported about notification problems. I noticed that: When i install app first...
View ArticleFileSystem Capacitor Android 10 Issues
No, that PR only allows Filesystem plugin to request the read/write permissions, but even if the user accepts the permissions, the external storage is still not accesible on Android 10 if the app is...
View ArticleError deploy in apple
I have an application with ionic 5 and capacitor, but when uploading in apple it returns the following error ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted....
View ArticleError deploy in apple
See: https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/
View ArticleIonic 5 + Capacitor: Cannot read property 'kind' of undefined
Q) How can I get my app to build in prod? I recently switched my app from cordova to capacitor using the official migration guide, now I can’t do a production build. Yes, I’ve deleted and reinstall...
View ArticleIs there a way to tell if an alert needs scrolling to read more?
Thanks, Mike, for your suggestion. These are help alerts. Most pages in my app have a help button you can click to quickly get an alert that describes what’s on the page and how to use the page...
View ArticleCORS Issue with Images / toDataURL
bschmuck: url Is it the url a blob:url?. Try to use another src url, maybe you can transform the image url to base64 before referenced as src, like renderPictureAsBase64(image) { return...
View ArticleFCM Problem After Ionic 5 & Angular 9 Update
Well, it’s solved. My mistake. It was about @ionic-native/firebase-x: When i uninstall and reinstall Cordova FirebaseX, i didn’t touch @ionic-native/firebase-x. This time i uninstalled both of them...
View ArticleIonic 4 Http failure response on ios
This error happens in ios. The problem is that you don’t have permissions to access to the url reference, you can try to add the rights “allow” tags on the config.xml but didn’t work for me. The...
View ArticleHow to download a files and store locally in ipad
Dear Friends, Greetings! i want to connect a json file and read the name of the files and download those files one by one from internet(my download location) and store locally in my Ipad appstorage...
View ArticleIoinic 5 - java.lang.RuntimeException: Unable to instantiate application...
Hello, can anyone help me with this? java.lang.RuntimeException: Unable to instantiate application android.permission.READ_PHONE_STATE: java.lang.ClassNotFoundException: Didn’t find class...
View ArticleSQLite performance when executed first time
I am using SQLite with ionic Ionic: Ionic CLI : 6.6.0 (C:\Users\ADEEL\AppData\Roaming\npm\node_modules@ionic\cli) Ionic Framework : @ionic/angular 5.0.5 @angular-devkit/build-angular : 0.900.7...
View ArticleIon footer surpasses screen on back transition
My ion-footer is surpassing the screen when I click the back button, and disappears only after a few seconds. Here are some screen shots: Click on back-button: image299×526 97.2 KB Footer surpasses...
View ArticleThe method startRecordVideo of the plugin cordova-plugin-camera-preview...
i want to record video from camera phone in ionic,i tried the methode startRecordVideo as it have been discribed in https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview but...
View ArticleIoinic 5 - java.lang.RuntimeException: Unable to instantiate application...
You need to set that permission to true in the config.xml file if you are building with Cordova, or the proper android manifest xml file if building with Capacitor. That is my first guess at the issue.
View ArticleIoinic 5 - java.lang.RuntimeException: Unable to instantiate application...
Thanks for the reply ChrisGriiffith, I am building with cordova. I specified permissions in config.xml like this <platform name="android"> <edit-config file="app/src/main/AndroidManifest.xml"...
View Article