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

Sorry in advance if my english is not so good. As [breautek](https://github.com/breautek) wonderfully explain here https://github.com/apache/cordova-android/issues/1354#issuecomment-921752541 , with Android 10 Platform (the mximum platform available at the moment on Cordova...

support

### Issue Type - [x] Bug Report - [ ] Feature Request - [ ] Support Question ## Description In my case: When app runnig at first time after installation,...

info-needed / awaiting response

# Bug Report ## Problem Application crash when launch from Play Store (Appbundle), but no probleme with APK ### What is expected to happen? Application launch ### What does actually...

info-needed

# Feature Request In Android 13, one of the features is supporting themed app icons: https://developer.android.com/about/versions/13/features#themed-app-icons Do we have a roadmap item to support those configuration in config.xml?

enhancement
API 33

# Bug Report App crash after update from cordova android 10.0.0 to 10.1.0 > ## Problem java.lang.RuntimeException: Unable to start activity ComponentInfo{/apId}: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()'...

bug
help wanted

### Issue Type - [ x] Bug Report - [ ] Feature Request - [ ] Support Question ## Description I'm testing my app's onpause/onresume in low memory, so I've...

info-needed / awaiting response

`onRequestPermissionResult` is marked as deprecated in favor of `onRequestPermissionsResult`: https://github.com/apache/cordova-android/blob/a1ed1c0af7c6267f47e580e8850295202692f4ea/framework/src/org/apache/cordova/CordovaPlugin.java#L418-L424 However, `CordovaInterfaceImpl` calls the deprecated method instead of the new one: https://github.com/apache/cordova-android/blob/a1ed1c0af7c6267f47e580e8850295202692f4ea/framework/src/org/apache/cordova/CordovaInterfaceImpl.java#L218-L224 Maybe should `CordovaPlugin`'s default implementation of `onRequestPermissionResult` call...

# Bug Report ## Problem ### What is expected to happen? Start simulator in browser when debuging with VSCode ### What does actually happen? Cannot launch simulator in web browser...

# Bug Report After upgrading to Cordova Android 10.1.1 the login stopped working in release mode. The login being a call to a remote API on https that returns a...

enhancement

# Bug Report ## Problem ### What is expected to happen? add custom permissions from project config.xml (not from plugin) ### What does actually happen? add in config.xml file ```xml...