Steve Drew
Steve Drew
@billyjov Sure, here you go. Just a starter ionic project and angular-draggable-droppable required. [https://github.com/sjdrew/TestDragDrop](https://github.com/sjdrew/TestDragDrop) I suspect it's due to the ionic use of shadow dom. Thanks
Same issue here. Using WKWebView and PouchDB that requires authentication cookies, never works on Simulator. Switching to UIWebView then works ok on Simulator. Fine on real device. Not sure if...
Exact same issue on M1 mac. Cordova iOS 6.2.0... Solution. Running xcode with Rosetta is a workaround. However I did find a solution. I had already set my xcode targets...
Same here. I use Sentry to capture errors and see the same thing also, randomly occurring. From what I can see only occurs on IOS. It is also random on...
Just a follow up on this, I have found that as long as all you call is destroy(), then camera is no longer active. hide/pausepreview, does still keep camera active....
And me too with same error. Works on web and ios, but not android. I am just testing in android emulator, but tried with the signed apk and debug with...
OK I fixed my issue. Turns out it seems the google-services.json I had in place for push notifications then overrides any client key in google api console. What I did:...
I did not have to add, CordovaLib was part of Cordova project, its just that I also had to set the exclude on that folder in the Project tree otherwise...
@axi thanks for this. Can we get this merged before google shuts us down?