bilalsaeed
bilalsaeed
I resolved the issue by changing the source code in CameraLauncher.java file, the issue is that android 11 does not allow access to URIs created from URI.fromFile from one application...
Hi @brunoalex. I made that change in CameraLauncher.java file on line 441. I am attaching the file in this comment. Please also note that I am using 4.1.0 plugin. You...
Hi @Jeetuy Please remove cordova camera plugin and add the one @alemit created. This may temporarily resolve your issue. Best,
I am also facing the same issue. toBack is set to true yet camera does not appear. Does anyone know the workaround?
I managed to fix it. It was due to CSS background not being transparent. Thank you so much for this awesome plugin my team really loved it. We are going...
There are so many limitations in this tools. Is there any better alternative available?
@jameshhood did you manage to resolve this issue?
Hello, I am using 0.8.0 in my ionic v3 app. It does not seem to work for me.
Yes you're right I was overlooking so I reverted the code and it worked fine. Thank you for your help. We are now upgrading our app to ionic 6 and...
Could you undo the change and add the following to app/build.gradle packagingOptions { pickFirst '**' } it should be added inside android like this android { packagingOptions { pickFirst '**'...