1

I want show a 3D Model in WebView from a link, but in webView it has not support for WebGl. I tried:

webView.setWebChromeClient(new WebChromeClient());

but its not working.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

1

I found best solution.
best solution is custom chrome tab.I love it because:  
        1.very fast
        2.support webGl.
        3.Toolbar color
        4.Enter and exit animations
        5.Add custom actions to the Chrome toolbar, overflow menu and bottom toolbar

For more information this link is useful.