Issue
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.
Solution
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.
Answered By - Naser khosravi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.