Paul Stelzer
Paul Stelzer
@manucorporat it here any way to add source maps to Android, too? I can confirm this issue
Thanks for your investigation! Can you maybe open a feature request at https://github.com/ionic-team/ionic-cli/issues and link this issue here?
Thanks for your issue! That seems to be like a bug. A workaround would be this: ``` ```
Okay, sry. I've updated my answer above. It's a bug, you are right :)
I've spent some time with it today. At the moment it's not possible to put it inside a child component in fact of the following: https://github.com/ionic-team/ionic/blob/master/core/src/components/split-pane/split-pane.tsx#L135 He is looking if...
I think ML Kit should be a seperate plugin because not everyone who uses Firebase wants to use ML Kit, too. So I made a startingpoint for ML Kit ->...
My tip for you: Create the sharing link via Branch and then share it via the SocialSharing Cordova Plugin by https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
Angular 15 is out now and if you are using the experimental esbuild the app is not running because of ngxs. Can we expect an update soon?
I am using cordova-plugin-firebase and cordovoa-plugin-admob-free at the same time and everything works (prepare and launch of banner, interstitial and rewarded video) using the latest version of play-services-base and play-services-ads...
I can just give the advice to use the latest version of the Play Services: ``` ``` And afterwards make sure that the version is set in `platforms/android/app/build.gradle`: ``` compile...