Norman Breau

Results 830 comments of Norman Breau

> But I'm not sure why @breautek thinks intent doesn't need to grant permission? Maybe there's a different approach? I know there was behaviour which was handled in the camera...

> Has anyone found a fork out there with this fix or have any idea how to solve this? I have an app update being blocked from release at Apple...

> Thanks for the quick response. I should add that this particular app of ours is on a very old code base of AngularJS and Cordova/Phonegap :) So, yeah, not...

> No, lData is not null so the error callback seems to be called with PERMISSIONDENIED (=1). > > But still it's hard to find out ... I guess we...

I'm not that familiar with this plugin's codebase but did some exploratory digging and > at org.apache.cordova.inappbrowser.InAppBrowser$6$1.onPageFinished (InAppBrowser.java:534) Is when it reaches Cordova code, which is a part that calls...

AGP 8 support will be a cordova-android 13.x thing > Current cordova-android build.gradle template hardcodes the JVM toolchain to the version 1.8 which is incompatible with the latest AGP plugin:...

> Is there a practical workaround until AGP 8.1+ is added to the cordova-android 13 release? Google Play has indicated no updates will be able to be released for existing...

PR #1678 is a draft proposal for API 34 support. It won't be merged in anytime soon since I believe we want to make a 12.1.0 release first. Additionally, it...

> I used Cordova version 10.0 to create an offline web game, which provides the WebViewAssetLoader class to access local web pages using HTTPS URLs. But for the convenience of...

Ok thank you, that confirms that it still doesn't work "out of the box". Glanceful reading, I'm guessing it's because the native needs to handle service worker registration using [ServiceWorkerClient](https://developer.android.com/reference/android/webkit/ServiceWorkerClient)[ServiceWorkerController],...