breautek commented on issue #1608: URL: https://github.com/apache/cordova-android/issues/1608#issuecomment-1568268387
> "cordova-android": "^8.1.0", Likely unrelated but this isn't a supported version. The latest version is cordova-android@12 which is necessary for API 33 support, a requirement by Google Play store starting in August. > 9.0.0 ([email protected]) Ditto, which also has a `12.0.0` release. > The oninput is not working in android 13(api 31 right side) but is ok in android 10 api29(left side) (The oninput is working in android 13(api 31) only when user press the content in the keyboard) The difference here is likely webview versions. AOSP emulators comes with a factory install of the OS which will include some webview version often dated. In this case perhaps you're just running a webview version that has a bug with on`input`. Cordova doesn't implement any DOM features, that's entirely driven by the underlying system webview. You'll need to be using a Google Play emulator image to do this, but you can upgrade the webview by logging into Google Play and doing the standard android updates. `Android System Webview` should be a package that can be updated. Let me know if this helps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
