Norman Breau
Norman Breau
Moving this from the `11.0.1` milestone to `12.0.0` milestone because master already has the major version bump.
The proper solution is to ensure that your `config.xml` is to have a `` tag, as Cordova will expect that tag to exists, however starting with https://github.com/apache/cordova-android/pull/1573 Cordova will default...
> Am I right, that i cant use "navigator.splashscreen.hide()" with "[email protected]"? [navigor.splashscreen.hide](https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/index.html#navigatorsplashscreenhide) is a supported API with Cordova Android 11 splashscreens, but the `show` API is no longer supported (cause...
Final call for review before merging.
Thank you @ath0mas for helping us keep up with Android tooling standards.
Duplicate: #1465
Closing as stale. If the issue appears to occur on cordova-android@11 I suggest trying the above advice at https://github.com/apache/cordova-android/issues/1374#issuecomment-1129191548 and https://github.com/apache/cordova-android/issues/1374#issuecomment-1331299754. If neither works, then please open a new issue...
Closing as stale.
There is no way to prevent the app from being destroyed when it's entering the background. The OS may destroy the app activity for several reasons. If the app is...
WKWebView only allows to load within the "WKWebView" sandbox. This isn't necessary the same as the iOS sandbox, but by default it is. When cordova-ios is loaded via WKURLScheme, the...