Mathieu Castets
Mathieu Castets
> btw: while build ios first time, the adding of your plugin takes very long for me (sometimes up to 5 minutes), do you have this too? Yes. This is...
> @wf9a5m75 > Hi, I'm sorry that I'm bothering but I need it urgently. > How long time do you think it will take you to release the version on...
Hi, I met the same issue and I've found a workaround that doesn't need to update the plugin files (which was not a solution for us as we build our...
@SimonBrazell I didn't encounter your issue. Have you considered reinstalling the android platform? No related warning during cordova prepare? Could you copy and paste your generated `AndroidManifest.xml` (located in `platforms/android/app/src`...
@SimonBrazell Sorry, but I'm quite busy this week. But, I really would like to be helpful and make some experiments to understand your case and find a solution. You're right,...
Which version of `cordova-android` are you using? If you use a lower version than `9.0` then you could try adding the following plugin to your project: ``` cordova plugin add...
Sorry, I mixed up `cordova-plugin-androidx` and `cordova-plugin-androidx-adapter` when I asked for your current `cordova-android` version. You should definitively try to install `cordova-plugin-androidx-adapter` because the Google Maps plugin is still using...
I'm having the same regression following an upgrade from `[email protected]` to `[email protected]`: `navigator.splashscreen.hide()` no longer works when used with ``. Notes: - `cordova-plugin-splash-screen` has been successfully removed - a fresh...
Hi, I also hit the issue and the only proper workaround I've eventually found is to change my import to: ``` import {FCM} from 'cordova-plugin-fcm-with-dependecy-updated/ionic'; ``` And then, I update...
Hi @michal-kroliczek , you can check out this fork: https://github.com/4sh/cordova-plugin-fcm-with-dependecy-updated We've just added the support for Android 13+ and updated the README page on our fork. Installation can be done...