live-player 调用 requestFullScreen 无法全屏,尊敬的管理员 我的微信小程序急需审核。 下图是调用时候的日志。
对应代码。
handleRequestFullScreen() {
// var tmpVc = wx.createLivePlayerContext("video-livePlayer");
console.log("调用全屏播放");
this.videoContext.stop({
success() {
console.log("stop success!");
},
fail() {
console.log("stop fail!");
}
});
this.videoContext.requestFullScreen({ direction: 90 });
console.log("调用全屏播放结束");
},
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
本文网址:http://www.91bianli.com/weixinxiaochengxu/31736.html