VideoContext.exitFullScreen

2020-08-26 16:32 更新

解釋:退出全屏

方法參數(shù)

示例 

在開發(fā)者工具中打開


圖片示例

代碼示例

<view class="wrap">
    <video id="myVideo" enable-danmu="true" src="https://b.bdstatic.com/miniapp/development_tool/Smartprogram.mp4" rel="external nofollow" ></video>
    <view class="text">設(shè)置5s內(nèi)自動(dòng)退出全屏</view>
</view>
Page({
    onLoad() {
        this.videoContext = swan.createVideoContext('myVideo');
        this.videoContext.play();
        this.videoContext.requestFullScreen({direction: 90});
        let that = this;
        setTimeout(function () {
            that.videoContext.exitFullScreen();
        }, 5000);
    }
});


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)