How to display an element overtop of an Ion-Modal?
I have an Ion-Fab which opens an Ion-Modal, however for my use case I would like to be able to display the Ion-Fab overtop of the Ion-Modal, even when the modal is open. I have tried messing around...
View ArticleIs it possible to change background color of android bottom navigation bar...
Is it possible to change background color of android bottom navigation bar using ionic6 and capacitor , please provide solutions. 1 post - 1 participant Read full topic
View ArticleIon Select doesn't work as expected
Hello guys, I’m facing an issue with ion-select. I am using an ion-select in my Ionic Angular app to allow users to select multiple options from a list of items. I have set a maximum limit on the...
View ArticleIonic 3 issue with android 11
Hello, I have a problem with ionic 3 and android 11 : Execution failed for task ‘:app:compileDebugJavaWithJavac’ It seems that the file-transfer@4 and google-maps@4 plugins do not work with android...
View ArticleRFID Scanners
any plugin available for RFID scanners in ionic 6 with angular any one have sample code kindly share 1 post - 1 participant Read full topic
View ArticleShow DateTime Picker oly when user click on field
I inserted in my ionic 7 app form a ion-datetime component but calendar showed in my page. I’d like to show picker when user click on it. <ion-item lines="full"> <ion-label>Enter...
View ArticleWhite page when run app - Ios 16.4
Hi guys! I have a big problem with my App. I don’t know why, when I try to compile and run my app in a iPhone with iOS 16.4, the app loads with the splash screen but then, a white page appears and...
View ArticleAdd cordova-plugin-screen-orientation plugin to my ionic 7 app
I receve dependency error during plugin install: ionic cordova plugin add cordova-plugin-screen-orientation npm install @ionic-native/screen-orientation The error is: npm ERR! code ERESOLVE npm ERR!...
View ArticleError when generate app icon and splash screen
I receive this error on Windows 10 O.S.: Command: ionic cordova resources android Error: ionic cordova resources android > cordova-res.cmd android [cordova-res]...
View ArticleCreating map makers with firebase data for maker
I want to pass data from my firebase realtime database to my addMarkers function which is called every time the map is created. My firebase tree looks something like this, { messageId: { content: “”,...
View ArticleDifficulty to work with ion-alert on android
I tried to implement an ion-alert which is showed when I set [isOpen] to true. This works fine when I start my app with the CLI “ionic serve” on my browser. But when I “capacitor” the thing to build...
View ArticleCant build,run freshly created ionic with cordova project on both platforms...
Greetings, I created a new angular ionic and added the cordova integration. When trying to build or run the project the following error appears: Unknown argument: platform Could you please help with...
View ArticleIonic 7 Angular routing back animation on iOS
Since now no more NavController, how to set the routing animation when change routing programmatically and also there is no way to trigger ‘back’ function programmatically, i using the angular routing...
View ArticleScan QR and Barcode
Hi, I have a question. Is there a library (the most used or the best…) that scans barcodes and QR codes on both Android and iOS? The versions I have of the Ionic project are: NodeJS: 12.21.0 Ionic...
View ArticleUnable to download file using cordova-file-transfer plugin for Android 13
We’re upgrading our ionic cordova app from SDK 28 to SDK 33. However, we are facing some issue for android 13 devices when it comes to download a file. I don’t know how but the file gets downloaded...
View Article[Help] Nested layouts in ionic react router v5?
App.jsx <IonApp> <IonReactRouter> <IonRouterOutlet> <Route path="/layoutA"> <LayoutA/> </Route> <Route path="/layoutB"> <LayoutB /> </Route>...
View ArticleAfter upgrading to Ionic 7, can I still use Ionic cli v6 for older projects?
I have probably 20 Ionic 6 projects and don’t want to spend all summer upgrading them… Can I use ionic v6 for older projects and ionic v7 for new projects? If so, how? 1 post - 1 participant Read full...
View ArticleHow to enable POST_NOTIFICATIONS permission for android 13 - ionic react app
We are using ionic 6 - reactjs for our project. currently we are facing issue in android push notifications , specifically in android 13 . in android 12 push notifications are working fine. heard...
View ArticleDifficulty to work with ion-alert on android
I tried to implement an ion-alert which is showed when I set [isOpen] to true. This works fine when I start my app with the CLI “ionic serve” on my browser. But when I “capacitor” the thing to build...
View ArticleCapacitor plugin to detect when app is lost focus
Basically I want to trigger an event when my is lost focus, something like in asphalt game. Even when you swipe down notification, the game immediately paused. in android it’s called...
View Article