Hacker News new | ask | show | jobs
by SlimHop 5111 days ago
Does Chrome on iOS support WebGL?
3 comments

Don't see how it can, as it's just a UIWebView.
UIWebViews can be configured to run WebGL, though this is not officially supported/sanctioned by Apple.
This requires calling a private API which means any app doing that will be rejected by the App Store.
Another workaround is to use JavascriptCore with openGL
Safari doesn't even officially support it yet, on iOS.
Just checked: No.