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

https://cordova.apache.org/docs/en/latest/guide/platforms/android/plugin.html#runtime-permissions-cordova-android-500 The onPermissionRequest is overrided as follows https://github.com/75341704/cordova-plugin-themeablebrowser/commit/1431a4e0f804944473408525d0d57b9840c76b7e But the 'PermissionHelper.requestPermissions' fail to prompt the user. Any idea wil be highly appreciated. PS: ``` ``` have been added in the...

# Bug Report ## Problem 1. I created a clean cordova project (``cordova create hello com.example.hello HelloWorld``) 2. Added cordova platform android 10.0.2 3. Build the app on a device...

bug

# Bug Report ## Problem I recently updated Cordova and the Android platform plugin both to v11.0.0, adjusted my config.xml to use `AndroidWindowSplashScreenAnimatedIcon`, removed old splash screen entries (except the...

bug
info-needed
help wanted
Requires Triage

# Bug Report Using Cordova 11 and Android 11.0.0, the `cordova prepare android --debug` command fails with: ``` The "AndroidWindowSplashScreenAnimatedIcon" is undefined. Cordova's default will be used. Cannot set properties...

# Bug Report Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. ## Problem Application crash on startup ### What...

### Platforms affected Android ### Motivation and Context cordova-android 11.0.0 (since #1444) reports about `Android SDK: undefined` while `ANDROID_HOME` is set and `ANDROID_SDK_ROOT` is not. ### Description ``` cordova create...

# Bug Report ## Problem When I run the following command in PowerShell on Windows 10, I get an error: ``` cordova build android --verbose => ... Running command: C:\MyPath\platforms\android\gradlew...

bug

# Bug Report ## Problem Upgrading to cordova-android@11 and the new splashscreen system comes with 2 regressions in my app: 1. Android does not seem to use the splashscreen API...

I'm not sure, maybe [this](https://github.com/apache/cordova-plugin-statusbar/issues/234) issue could be related to the implementation of "AndroidX SplashScreen Core Library: 1.0.0-rc01": https://github.com/apache/cordova-plugin-statusbar/issues/234 ---- Since updating to cordova-android 11.0.0 I have the problem, that...

# Bug Report ## Plugins conflict when there is no actual conflict: i created two plugins A and B A: has a config-file tag that adds two activity tags to...

bug