ParanoidAndroid

Results 125 comments of ParanoidAndroid

Yes. As you can see, the icon shows correctly on Android 10, Xiaomi MI 9 see I get the star icon on Android 11 Lineage OS. It might have something...

I start the foreground service before taking a picture or picking an image from the gallery to avoid app restarts, it is a workaround to this issue -> https://github.com/ionic-team/capacitor/issues/2931 Nothing...

We are facing the same crashes on Android 10 as well. Also see #20, are you experiencing that as well?

@caiorsantanna we are using 1.1.3. We know it is a different issue, we were asking whether your app is experiencing that error as well.

@caiorsantanna we are currently testing this fork, you could give it a try https://bitbucket.org/epicollect/cordova-foreground-plugin/src/master/

How do you solve this?? `WARNING: -[ setOrientation:] is deprecated. Please use AVCaptureConnection's -setVideoOrientation:`

Any updates? @liamdebeasi In Ionic 6 Vue, the vendor bundle still has all the icons, while we are using like 15 of them. We are deploying as PWA, 500KB of...

@grassick I have been trying your fork and it works. However, a few users reported issues when using Solid Explorer to browse files on the device. So when trying to...

@KleggerKoder I'll have a look at your fork then, thanks.

I am still getting the second crash at line 87 `java.lang.IllegalArgumentException:` I wonder if we need to put: ``` if (cordova.getActivity().isDestroyed()) { // or call isFinishing() if min sdk version...