You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/05 15:13:18 UTC

[GitHub] [cordova-android] breautek commented on issue #1007: Application fails with Webview / chrome 83

breautek commented on issue #1007:
URL: https://github.com/apache/cordova-android/issues/1007#issuecomment-653900733


   I tried your app against the latest version of cordova cli & cordova-android. There were a few problems.
   
   1. the upsoft plugin does not exist, and was not included in your plugins zip. This doesn't prevent me from launching the webview, it just the buttons will not work (but I can see them responding to click events cause I see a stacktrace in the console).
   2. The min SDK is not compatible with android 9, so I hacked it to force min sdk 22. (for some reason removing the `android-MinSdkVersion` preference wasn't enough), just so I can build and launch the app.
   
   I'm using the latest android simulator, which had webview 83.0.4103.44, and I didn't observe the described fault. App launches, I click on a button, observed stack trace on first click, which means the click event is responding.
   
   Personally I don't understand how cordova can influence native dom events. The cordova bridge is something completely unrelated to dom events, other than the cordova events like `deviceready` for example.
   
   I realise that the original description used a later patch of the webview... and I'm currently waiting on my simulator to update (which seems to be taking forever for some reason), I'll post results as soon as it's done updating.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org