live-player全屏后cover-view中的滚动区域,在android下失效
this.context.requestFullScreen({direction:90,
success:function(){
console.log("success");
},
fail:function(){
console.log("fail");
}
});
代码片段地址:https://developers.weixin.qq.com/s/E8KTF9m27YjF
使用live-player播放直播流地址,通过api接口全屏以后,live-player标签中的cover-viiew中滚动条失效,三星手机galaxy C9 Pro SM-C9000,android 8.0.0,微信7.0.16,在所有测试的android手机中(小米、华为)都不可以
现在支持同层渲染了,建议用view替代
请问老铁 解决了吗?我也遇到了,横屏全屏播放 coverview大部分安卓机都不能滚动 心累。。。
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
请问有什么解决方案 挺急的