Using WebView webgl from Android simulator
As far as I know, webgl is only supported in Android lollipop (update WebView component in play store) and later WebView (no play store update is required)
However, I have a simulator using Android 7.1.1, and webgl doesn't work properly http://webglreport.com "This browser supports webgl 1, but it is disabled or unavailable." I also tried an Android 6.0 simulator, and the results were the same
When using chrome, webgl works normally in the simulator, but not in WebView
Webgl can work normally in WebView in physical 6.0 phone
What is the reason why the first mock exam WebGL can't work in the same simulator when using WebView?
resolvent:
It turns out that this is a limitation on the current version of the simulator: https://code.google.com/p/android/issues/detail?id=229984