小程序
小游戏
企业微信
微信支付
扫描小程序码分享
安卓机器播放live-player ,返回桌面,或者退出页面,调用wx.createLivePlayerContext('live-player',this).stop();
无法关闭直播,苹果机器无问题,
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
安卓,MI 5S,微信是最新版
onHide: function () {
wx.createLivePlayerContext('live-player',this).stop();//关闭
},
onUnload: function () {
<live-player bindstatechange="livestatechange" object-fit="fillCrop" id="live-player" background-mute="true" src="{{data.liveInfo.play_url}}" autoplay="true" style="height:900rpx;width:570rpx;" wx:if="{{data.liveInfo.is_live_player}}">
</live-player>
你好,这个问题,我把所有代码都去掉了,只留那两个代码,问题必现的,麻烦解决一下
你好,请按正确格式提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
安卓,MI 5S,微信是最新版
onHide: function () {
wx.createLivePlayerContext('live-player',this).stop();//关闭
},
onUnload: function () {
wx.createLivePlayerContext('live-player',this).stop();//关闭
},
</live-player>
你好,这个问题,我把所有代码都去掉了,只留那两个代码,问题必现的,麻烦解决一下
你好,请按正确格式提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)