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

   > Emulator Images are shipped with initial versions of android system webview
   
   Websocket support has been implemented in the system webview since Android 
4.4, which used Chrome 30 (fixed). Android AOSP 5.1 ships with Chrome 33 if I 
recall, and every AOSP emulator ships with some chrome version later than the 
previous Android version, so even using base AOSP images, the webview should 
have support for it.
   
   I was also doing test using AOSP emulators and they appeared to work fine, 
at least with the testing server I used.
   
   But it definitely doesn't hurt to use a Google Play image so that you can 
get access to the latest webview version to test with, if you don't have a 
physical device for that.
   
   > I got let’s encrypt certs installed yesterday and I’ll check today if it 
is working. If not should I try the latest API 32?
   
   There really shouldn't be any changes regarding web socket support between 
cordova-android@10 and cordova-android@11 since Cordova Framework doesn't 
implement web sockets (or any browser features for that matter) and the 
underlying webview should be the same. However, API 32 is currently required 
for deploying to Google Play and support API 32 is available in 
cordova-android@11, so I would still recommending upgrading cordova-android to 
version 11.
   
   Trying to target API 32 on cordova-android@10 likely will not work or be 
difficult as it had a lot of breaking changes in the native build tools.


-- 
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: issues-unsubscr...@cordova.apache.org

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


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

Reply via email to