cordova-android
                                
                                
                                
                                    cordova-android copied to clipboard
                            
                            
                            
                        Apache Cordova Android
At the moment we have the lint script that tells you all the lint errors the code has, but you have to fix all the problems manually, which is tedious....
# Feature Request Kotlin 1.9 does not make use of `kotlin-android-extesions` plugin which is still being generated by the latest cordova-android 12.0.0 version and thus android app build fails. It...
Ionic webview plugin has had this preference for a few years, it makes possible for service worker requests to go through the asset loader.
### Platforms affected Android ### Motivation and Context Allowing the user to use the camera or file browser with an HTML file input tag. This is possible on the mobile...
# Bug Report ## Problem When I use ServiceWorker, the browser gives an error: `TypeError: Failed to register a ServiceWorker for scope ('https://localhost/') with script ('https://localhost/service-worker.js'): An unknown error occurred...
In CordovaWebViewImpl.java, there is a code snippet: { LOG.d(TAG, ">>> loadUrl(" + url + ")"); if (url.equals("about:blank") || url.startsWith("javascript:")) { engine.loadUrl(url, false); return; } recreatePlugins = recreatePlugins || (loadedUrl ==...
# Bug Report ## Problem ### What is expected to happen? ### What does actually happen? ## Information We currently have an app that receives an incoming call notification by...
# Bug Report Not 100% sure if this is really a problem for cordova to solve though it does affect cordova users. In my application when the file picker is...
In my company, we integrate vendor's SDK to our cordova application. The vendor request us to raise the version of Kotlin to 1.9.x but Cordova Android has not support is...
### Platforms affected Android ### Motivation and Context Adds in support for the next android platform Closes https://github.com/apache/cordova-android/issues/1661 Closes https://github.com/apache/cordova-android/pull/1596 ### Description This PR supercedes and includes https://github.com/apache/cordova-android/pull/1596 This PR...