复现机型:oppo A59S
问题描述:
1、使用webview加载用laya生成的一个3D网页,webview加载的网页链接:https://res.x5.qq.com/wxh5/bin/index.html?envirmentType=miniParogram&qq=0&udf_login_id=0&binding_server_id=0&result=0
2、部分Android机型会提示:Laya3D init error,must support webGL
想请问是这部分机型不支持webGL么?怎么可以解决这个问题?
上面有代码片段,需要在Android的真机上进行测试,下面是加载webview的代码
<view class="container">
<web-view src=
"https://res.x5.qq.com/wxh5/bin/index.html?envirmentType=miniParogram&qq=0&udf_login_id=0&binding_server_id=0&result=0"
></web-view>
</view>
小程序不支持webGL
我这是在webview加载的一个网页,网页使用webGL写的,在大部分手机上都是没问题的,极个别的提示这个;你的意思是这部分机型下小程序不支持webGL?
同一台手机打开webgl开发的H5网页能打开吗
能打开的。直接把链接发到这台手机的微信里面,点击也是能打开网页的