cordova-android
                                
                                
                                
                                    cordova-android copied to clipboard
                            
                            
                            
                        Apache Cordova Android
# Bug Report ## Problem When the app display (after the splash screen) sometimes default fonts are shown and static images aren't loaded. If you close the app an reopen,...
# Feature Request ## Motivation Behind Feature cordova-ios has a `wwwFolderName` to configure the name of the folder where the cordova app is loaded (defaults to www). On Android the...
# Feature Request ## Motivation Behind Feature In Android Pie, there is a new way to navigate using gestures instead of buttons to get more screen space, but I couldn't...
Some ideas that I raised in review of PR #764, some of which may apply to other Cordova packages: - use JavaScript array methods such as `forEach`, `map`, and `reduce`...
# Bug Report ## Problem Recently we have submitted our Ionic App for a security audit and this is report about Cordova- Android: **-Vulnerability**: Code Correctness: Double-Checked Locking **-Description:** The...
# Bug Report Suddenly I couldn't build my project because it was coming at me with this error: ``` Could not find an installed version of Gradle either in Android...
# Bug Report ## Problem ### What is expected to happen? If we don't specify `"storePassword"` or `"password"` in `build.json`, then `cordova build android --release` will prompt for the password....
# Bug Report ## Problem ### What is expected to happen? `android:versionCode` & `android:versionName` in AndroidManifest.xml updated with `cordova build android` with config.xml : ```xml ### Command or Code `cordova...
# Bug Report ## Problem When resuming a cordova app, the keyboard focus is moved instead of being restored to the last focused element. ### What is expected to happen?...
The properties should be read from Gradle files such as `gradle.properties`, `settings.gradle`, or defaults in the root `build.gradle` file. P.S. This means that default compile SDK version should be read...