cordova-android icon indicating copy to clipboard operation
cordova-android copied to clipboard

Apache Cordova Android

Results 138 cordova-android issues
Sort by recently updated
recently updated
newest added

see , as suggested in review of PR #655, and (followup change)

Followup to PR #624: - For some reason we determined in issue #623 & PR #624 that logging the value of JAVA_HOME was misleading. Part of the explanation may be...

From it looks like these classes were added to support cordova-plugin-compat, which is now a deprecated plugin. My impression is that the functionality in BuildHelper & PermissionHelper classes could have...

This project has additional tests to the normal JS stuff in https://github.com/apache/cordova-android/tree/master/test. Two commands: `gradlew test` (unit tests) and `gradlew connectedAndroidTest` (instrumentation tests). The unit tests are part of the...

In #576 & #577 there is an open question about what if a character other than `/` comes after a `target-dir` prefix such as `app`, `libs`, or `src/main` in a...

bug

# Bug Report ## Problem ### What is expected to happen? We have an cordova android application which might be reloaded automatically for many times during development - we are...

bug
help wanted
Requires Triage

# Bug Report ## Problem Videos in cordova-android are not seekable, apparently since the introduction of WebViewAssetLoader in v10. Sample Cordova project: [TestVideo.zip](https://github.com/apache/cordova-android/files/9607469/TestVideo.zip) When built and run on a device,...

# Bug Report ## Problem With the new splash screen API configured correctly I always get a black background color on the splash screen if my device is in dark...

enhancement

# Bug Report ## Problem After upgrading my project to cordova-android11 I'm getting a RuntimeException only with Android API S after opening the app, though is working fine with API...

info-needed

https://github.com/apache/cordova-android/blob/954d3e0e7542356e6ea995ddc75dcb1db8bb36cc/framework/src/org/apache/cordova/CordovaResourceApi.java#L149-L173 The `cordova-plugin-file-transfer` plugin utilizes this method to map a uri value such as `http://localhost/__cdvfile_persistent__/testFile.txt` to a local file url, when using the file transfer's download API. However because this...

bug
discussion
Requires Triage