Norman Breau
Norman Breau
So i've reproduced the issue. The behaviour on a Cordova is definitely different than the standard webview or even the desktop browser. Unfortunately that's about all I know... I tried...
Thanks, this will probably help. ```java private class MyCustomWebViewClient extends WebViewClient { @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { view.loadUrl(url); return true; } } ``` This is probably what...
@erisu @jcesarmobile @NiklasMerz Would be interested in your feedback on this. I'm not particularly sure why the file transfer plugin is receiving a `http://` or `https://` uri for the target...
Removing the android platform tag because cordova-android@11 splashscreen uses the Android 12 Splashscreen API, and exposes an option to set the background color. I'm not sure if adding a background...
Android documentation for anyone willing to explore implementing `DayNight` themes for proper dark mode support: https://developer.android.com/develop/ui/views/theming/darktheme#launch_screens
> options=":sources => [ 'my_source' ]"/> I think this would be incredibly tedious to author.. especially if there are several options involves or several values that needs to be set....
Android has the capability of automatically rejecting permissions if the user has previously "Denied Always" permission in the past and this information can survive app uninstalls/reinstalls. In which case, the...
Android tests passes :+1: The browser tests is failing, but I know it's not caused by this PR, so :+1: I do think the iOS test that is failing needs...
No worries, I'm not an really iOS developer either, I don't even personally own a mac. So unfortunately I cannot be much help when it comes to testing or experimenting...
That CVE is for another package called [Archiver](https://github.com/mholt/archiver) which I think is unrelated to this nodejs package. Not a maintainer of this package, but at a quick glance, it doesn't...