Norman Breau

Results 826 comments of Norman Breau

Looks like this might have been a regression introduced from https://github.com/apache/cordova-plugin-camera/pull/731

Please fill in the form. How are you trying to load this resource? It sounds like you're trying to navigate the Cordova webview to a local file that is outside...

I didn't know how to respond to your last remark but I finally got around the time of researching. It appears WebKit terminology of "Sandbox" does not mean the same...

Confirmed on pure cordova app Cordova android v11.0.0 cordova camera plugin v6.0.0 Build Tools / Target SDK 33 on Android 13 emulator Error code 20 is produced to the JS...

I'm guessing the cause of this behaviour (and why `onResume` works in the camera plugin) is due to this if statement: https://github.com/apache/cordova-android/blob/dc4e065f619ce98d5c38211f5efd759d05959bec/framework/src/org/apache/cordova/CordovaWebViewImpl.java#L501-L506 It seems like it intentionally prevents the resume...

Do you mean you're trying to navigate to an http page with basic web server authentication and the in-app browser simply returns 401 instead of prompting for a username &...

Got it, I think this is a case that should be handled. A general browser does give you a native username/pw prompt. > I am sending the user to the...

Ok, good to know. I'll label this as an Android issue for now, but I think we should confirm if this is also an iOS issue or not.

There is no plugin information provided so I'm guessing here. This splashscreen plugin hasn't been updated for the new Android splashscreens and it will not be. The new android splashscreen...

> since I was referring to the current version of this "plugin" that you get when you use cordova-android@11 By this, I take it then you do **not** actually have...