pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

Is WebGL supported by chromeview? #44

Open pkwiecien opened 10 years ago

pkwiecien commented 10 years ago

I included chromeview 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!