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/31 14:37:46 UTC

[GitHub] [cordova-windows] breautek edited a comment on issue #383: Error: WebGL not supported

breautek edited a comment 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.
   
   https://caniuse.com/#search=webgl


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