cordova-android
cordova-android copied to clipboard
Apache Cordova Android
# Bug Report ## Problem Splash screen get visible again after open a `_system` URL and return to app on Android devices. ### What is expected to happen? Is expect...
I've not seen these advisories (below) until recently. I'm not sure if getting these addressed is a framework specific thing, or if there is something I need to adjust in...
### Platforms affected Android 15 ### Motivation and Context Possible fix for https://github.com/apache/cordova-android/issues/1866 ### Description When in edge to edge, i.e. using `AndroidEdgeToEdge` preference as `true` and a `BackgroundColor` is...
# Bug Report ## Problem ### What is expected to happen? My expectation is that with the new `AndroidEdgeToEdge` preference set as `true` and running the app in Android 15,...
- Add a helper method for success callbacks that returns `Status.OK` with a boolean - It didn't exist a `success` method for a boolean result, but for `JSONObject`, `JSONArray`, `String`,...
# Feature Request Support Optional Android Dependencies For Plugin controlled via command line inputs ## Motivation Behind Feature This will allow us to develop cordova plugins that depend on multiple...
# Feature Request ## Motivation Behind Feature Automatically check AndroidManifest.xml on the Android platform Duplicate definitions and automatic merging. ## Feature Description Unable to compile due to conflicting duplicate definitions...
Hi, I was using cordova-plugin-file, but now with scoped storage it is not practical if I want to allow the user to choose where they want to save the file....
- The method `deliverPermissionResult` is private and nowhere used. Because it's private, it cannot be called from outside and cannot be overwritten and is safe to remove. ### Platforms affected...
- The `PermissionHelper` was for cordova-android versions pre 5.0.0. Since cordova-anroid 5.0.0 the relevant permission methods can be called directly on `CordovaInterface`. ### Platforms affected ### Motivation and Context ###...