player = plus.video.createVideoPlayer('videoplayer', {
src:'rtmp://live.hkstv.hk.lxdns.com/live/hks',
top:'100px',
left:'0px',
width: '100%',
height: '200px',
position: 'static'
});
plus.webview.currentWebview().append(player);
- 发布:2021-12-29 15:11
- 更新:2021-12-29 17:14
- 阅读:419
产品分类: HTML5+
HBuilderX版本号: 3.3.4
手机系统: Android
手机系统版本号: Android 11
手机厂商: 华为
手机机型: p30
打包方式: 云端
示例代码:
操作步骤:
player = plus.video.createVideoPlayer('videoplayer', {
src:'rtmp://live.hkstv.hk.lxdns.com/live/hks',
top:'100px',
left:'0px',
width: '100%',
height: '200px',
position: 'static'
});
plus.webview.currentWebview().append(player);
player = plus.video.createVideoPlayer('videoplayer', {
src:'rtmp://live.hkstv.hk.lxdns.com/live/hks',
top:'100px',
left:'0px',
width: '100%',
height: '200px',
position: 'static'
});
plus.webview.currentWebview().append(player);
预期结果:
有关闭按钮
有关闭按钮
实际结果:
无法关闭
无法关闭
bug描述:
createVideoPlayer 创建完后没有关闭按钮,这个很别扭,用 css 不行,只能靠 android 返回键监听??
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
矩信 (作者)
我知道有 close 方法,但是全屏咋办?只能 android 返回处理,我重写的 mui.back
2021-12-30 14:32