Set focus on button not working
my template (I have another topic on v-for not allowing for constructed onclick and other attributes constructed dynamically, Ion-button color attribute from variable) <template>...
View ArticleIonic cordova run android not working/failing
hi, i’m trying to run my app to android phone, running through an emulator on localhost is not a problem. However when i run the ionic cordova run android - i got an error as per below… appreciate the...
View ArticleOpening app when clicking on local notification
I am using the cordova local notification plugin and at times when clicking on the notification, it opens the app and other times it takes a very long time to open the app - this is only happening on...
View ArticleSSL Pinning for iOS
Hi, I have been looking for a solution for this for the past 2 months. I am currently using Ionic Capacitor as the native bridge and I have a problem with SSL Pinning on iOS. The plugin used is the...
View ArticleMD5 hash of a blob
Hi there, I’m parsing a blob from an API using the Capacitor Blob Writer NPM package. I would like to hash the blob as an MD5 and compare this to the MD5 hash returned from the API to check the...
View ArticleHow to reduce video size?
My capture video or gallery video size is 100mb or above. So i want to reduce my video size by less than 50mb. How it is possible? any suggestion or code or plugin? Thank you advanced 1 post - 1...
View ArticlePush Notifications/Local Notifications Concept
Hello all… I am hoping I could ask a conceptual question about an app we have been working on. We are new to ionic and apps in general. We are web-developers but Ionic has got us pretty far down the...
View ArticleIonPage: useEffect with history.listen
I am wondering if it’s safe to use history.listen inside a useEffect on an IonPage. ex. useEffect(() => { return history.listen((location): void => { if (location.pathname === '/hello') { // do...
View ArticleCannot click anything on Ionic PWA iOS
I have tested it on Chrome’s iPhone emulator, tested it on my iPhone, and safari on my mac. The Android version works fine. No errors thrown. The only error is saying web manifest could not be found,...
View ArticleApp blank when testing on android device
Im trying to test an ionic app on an android device ( sm-t560 with android 7 ) but just it shows in blank and doesnt set “.hydrated” and other classes on the components to be rendered… i followed the...
View ArticleHow to enable ion-content bounce effect when scrolling?
I don’t know why the scrolling on the ion-content doesn’t trigger bouncing. Code <ion-content> <ion-item mode="ios" class="ion-no-padding" detail="false" lines="none" button...
View ArticleQRCode scanner for Cordova under Angular 12
My Ionic 5 project uses Angular 12 and Cordova, now I need to scan QR-Codes (for covid green pass) I tried GitHub - zxing-js/ngx-scanner: Angular (2+) QR code, Barcode, DataMatrix, scanner component...
View ArticleState Manager for Ionic5 with Capacitor
Hi, I’d like to use in the next app a State Manager. I’d like to use it to manage the profile of the logged user and some data of the app. Which is your experience with State Managers? Which is the...
View ArticleTrying to create app for reading whatsapp .status folder
I am creating app like status saver using ionic. I have added this line on AndroidManifest.xml. But when i am installing app its asking permission to access files when i allow its only accessing media...
View ArticleContent wont get rendered if behind footer
Hey, im currently facing the strange “bug” that components which are behind my footer wont get rendered. My behavior: i have some controls in my footer like a navbar and i added a possibility to make...
View ArticleHow to store data for my app
Good morning everyone ! I have an idea of a quizz app. I want to store them on firebase. Like that I can add some questions without having to upgrade my app. But if I use this solution, it means that...
View ArticleHow to version or unregister a Service worker with Ionic React TS?
Hey guys, I use the React tabs app as my template so everything for the Service Worker is presetup, I wanted to know how can I manage versions with the service worker? I frequently update my Web App...
View ArticleMigrating Alert from Ionic 3 to Ionic 4
Hi, I’m trying to migrating a very old Ionic 3 project. I’m still new to Ionic, java and js. This is my original Ionic 3 code using AlertController with a button: borrarDB() {...
View ArticleNetwork Request Error Only When Running on Actual Phone
I am having a really weird issue where I can make API calls from the PWA and from the iOS simulator. But when I run the app on my actual iPhone the API call fails with a “Network Error”. But I have no...
View ArticleIonic with SwiperJS jerky on Android
Any help appreciated! stackoverflow.com Ionic with SwiperJS for slides is jerky on Android. Fine on iOS and web android, ionic-framework, capacitor, swiperjs asked by MadMac on 11:15PM - 12 Aug 21 UTC...
View Article