Enabling WebGL support for Android WebView

后端 未结 5 1977
慢半拍i
慢半拍i 2020-12-08 22:36

I need to display WebGL graphics in my webview. Is there any way to modify Android WebView to enable WebGL. If yes, How?

5条回答
  •  Happy的楠姐
    2020-12-08 23:00

    WebGL is not supported in current Android webview, you can however use crosswalk-project which is a web runtime that supports WebGL and package it in a android app along with your WebGL app. The latest Intel XDK supports building Android apps with crosswalk runtime.

提交回复
热议问题