"@ionic-native/camera" has missing dependencies
Error: The target entry-point “@ionic-native/camera” has missing dependencies: This is the error I get after installing the plugin in an Ionic project Ionic 5 Using Cordova 9.1.0 How can I solve this?...
View ArticleIonic serve gives me a white page without errours in console
Hello Before today, the ionic serve was working perflectly. Since this morning, it does nt work anymore. When trying the ionic serve, it gives me a white page without errors in the console. Launching...
View Article.htaccess redirection from desktop to mobile (PWA) and vice versa
I have fully functional desktop site, made with PHP which I have created long back ago. Now I have planned to move to ionic for app and PWA. Therefore I am using Ionic5 with angular11 to create the...
View ArticleC# code integration
Dear all, I’m currently developing a new ionic app for Android. A basic requirement is the need to use two different libraries (not developed by me), one written in C, the other in C#. I managed to...
View ArticleLeaflet-locatecontrol plugin: ios app crash on motion and orientation popup...
Hi, I am using this Leaflet plugin to allow users to use geolocalization on a map. It uses browser API such as motion and geolocalization. On the android app version, it works great, my code checks...
View ArticleIonic React: Sqlite Plugin Stuck When `minifyEnabled true`
Hello, The SQLite plugin has a problem when minifyEnabled from proguard is true. This is the plugin SQLite | Install Cordova SQLite Plugin for iOS and Android Apps. It stuck when opening the database:...
View ArticleIonic deal with unicode characters
I am receiving some data from web server with unicode characters as below:- > á à é è í ì ò ó ù...
View ArticleDomain whitelisting in ionic 5 with capacitor and angular
We did a VAPT assessment and we were informed about this issue after the assessment “While using PhoneGap/Cordova to develop an application, always try to whitelist the URL via which it connects....
View ArticleIon-menu not working after back-button press
I’m New to ionic and try my first project. When I click on a link and then ion-back-button the ion-menu 's does not work. When I click on a link again it works. The BaseLayout.vue file:...
View ArticleIonic Animations not working in iOS?
I have added a little animation to one of my screens. It simply transforms on translateY and increases the opacity. It works just fine in the browser but it has no effect when running it on an iOS...
View ArticleUpload captured video to server angular ionic
0 I am trying to upload captured video to the server from my ionic app. I am using cordova media capture plugin. I have seen some implements with File transfer but the plugin self is deprecated and I...
View ArticleMethods for getting JS logs from a remote iPhone?
Hi all, I’m really in a bit of a pickle here. I’m getting this report from my client for an Ionic app: I am having trouble with opening the app on my iPhone 11 - I have already reinstalled the app a...
View ArticleHow to shorten animation duration for ionic modal
I am using the ionic modal within my app, and would like to change the animation speed of when the modal opens. How do I achieve that? I do not want to change the animation itself (the default bottom...
View ArticleIONIC SSR runtime error
Hi, I tried to create an ionic app with SSR but when I installed everything described in the ionic blog I could not run the app it gives me an error. please help me to resolve this. Screenshot...
View ArticleFailed to load resource: unsupported URL
Hi, when I start the application I get the error. Error: Failed to load resource: unsupported URL. OS: iOS Version: iPhone 6, iPhone 6S, iPhone 7 (ios 12.X, ios 13.X) I tried this options: I added...
View ArticleExtra blank after suggestions keyboard
Hello my current issue: I had an email field like this : <ion-item class="form-group ion-no-padding auth-form" mode="ios"> <ion-label position="stacked">Adresse email</ion-label>...
View ArticleRequest.auth == null even though authenticated in firebase
Hi Had to start a new project to debug a production issue. Suddenly basic collection reads fail on the firestore database: FirebaseError: Missing or insufficient permissions. at new e...
View ArticleProxies in ionic.config.json is not working ionic v5. CORS Issue
I am trying to migrate my application from ionic v3 to ionic v5. I had an ionic.config.json file for proxies which was working fine in ionic v3 but not in v5. I am unable to test my application in the...
View ArticleIonic React: Close modal / alert on back button pressed
My question is how to close modal or alert when the user clicks back button on their mobile device or browser? How to do it in Component or Functional Component? 1 post - 1 participant Read full topic
View ArticleWhy can't I change the hover color for Ionic button
I tried to change the color of the text of an IonButton(fill: clear) when it hovers but it didn’t respond. What I did was adding this code to the variables.css file: ion-button { --color-hover: blue;...
View Article