breautek commented on issue #383:
URL: https://github.com/apache/cordova-windows/issues/383#issuecomment-667152963


   > after searching i came to know webview is using Internet explorer for 
rendering the contents.
   so is there any way to change default Browser to Edge at time of Creating 
APPX?
   
   Both IE11, and pre-chromium edge only supports webgl under the 
`experimental-webgl` context, instead of the `webgl` context. I'm not sure if 
it's possible to switch webviews (not familiar with windows development 
whatsoever), but even if you could, you will still most likely run into the 
same issue for users who haven't updated yet. Of course this will be less 
likely as time goes on.
   
   A better solution is to perhaps fallback to `experimental-webgl` if `webgl` 
is not supported.


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