createVideoPlayer(url){
var that = this
if(!this.player){
this.player = plus.video.createVideoPlayer('videoplayer', {
src:url,
top:'0',
left:'0',
width: '100%',
// height: '400px',
position: 'static'
});
plus.webview.currentWebview().append(this.player);
}
}
使用这个代码调用后 视频窗口一直在显示,按手机返回键返回上一个页面,视频窗口还在,请问一下,怎么才能关掉呢
1***@qq.com
- 发布:2019-10-25 16:01
- 更新:2023-04-20 16:05
- 阅读:1281
5 个回复
1***@qq.com (作者)
有大神做过么
DCloud_App_Array
Android还是iOS?HBuilderX版本号多少?什么设备出现?
提供重现问题的示例应用。
a***@aliyun.com
我也遇到了,请问解决了吗
2020-05-27 15:46
a***@aliyun.com
我也遇到了,请问解决了吗
DCloud_App_Array
在uni-app中不要直接调用5+ API创建,建议使用video组件
1***@qq.com
请问一下哈,app中视频倍数播放,直接用video组件 ios的1.25 1.5无效 安卓的2倍无效 不用5+ api,怎么处理呀
2020-12-14 20:02
LOVE约定
解决了吗?同遇到这问题