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 2021/01/15 04:40:39 UTC

[GitHub] [cordova-windows] coolscene commented on issue #386: Using Chrome-based webview as rendering backend for Cordova for Windows instead of EdgeHTML

coolscene commented on issue #386:
URL: https://github.com/apache/cordova-windows/issues/386#issuecomment-760640788


   The correct way to support the new chrome based webview2 would be to create a new cordova platform as it is completely different. Cordova plugins would then have to add support to the new Windows platform as code would have to be written much like Android plugins are with C#/VBasic code that interacts with the webview using messages between each other.
   
   The new Edge can now be integrated with UWP/WinUI and is shipped starting with Windows 10 version 20H1 (build 19042) which means this new cordova platform would only support that version an up. At the time of this post, it seems there is no support for Xbox yet so apps developed for this platform would not support Xbox until Microsoft updates it.
   
   More info:
   https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winforms
   https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winui
   
   Everything still seems very early on Microsoft side but would be nice to know if there any plans to support the new Windows development environment.


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