dpogue commented on issue #1004:
URL: 
https://github.com/apache/cordova-android/issues/1004#issuecomment-648882082


   A few notes:
   
   * The `WebViewAssetLoader` option mentioned by the Google folks requires 
using the AndroidX WebView, not the built-in WebView.
   * The default/suggested URL origin for `WebViewAssetLoader` is 
`https://appassets.androidplatform.net`
   * No certificate is needed for HTTPS because it's intercepted on the device 
before a request is made
   * HTTPS is encouraged because lots of web platform functionality is being 
disabled for non-secure origins


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to