mogoweb / chromium_webview

Android WebView wrapper based on chromium
http://mogoweb.github.com
BSD 3-Clause "New" or "Revised" License
514 stars 160 forks source link

Chromium Webview doesn't support WebGL #7

Open pkwiecien opened 10 years ago

pkwiecien commented 10 years ago

I included chromium webview in my project and I would like to use WebGL capabilities. However when I open e.g. http://get.webgl.org/ it says: "Hmm. While your browser seems to support WebGL, it is disabled or unavailable."

Am I doing something wrong, can anyone open any WebGL animation in webview?

If not, do you know any build that supports WebGL?

Thanks!