VideoContext.showStatusBar

2020-08-26 16:32 更新

解釋:顯示狀態(tài)欄,僅在 iOS 全屏下有效。

方法參數(shù)

示例 

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


代碼示例

<view class="wrap">
    <video id="myVideo" enable-danmu="true" src="https://b.bdstatic.com/swan-temp/940fe716b0eaad38f47b209d61657490.mp4" rel="external nofollow" ></video>
    <button bindtap="showStatusBar">點(diǎn)擊顯示狀態(tài)欄</button>
</view>
Page({
    onLoad() {
        this.videoContext = swan.createVideoContext('myVideo');
        this.videoContext.play();
    },
    showStatusBar() {
        this.videoContext.requestFullScreen({direction: 90});
        let that = this;
        setTimeout(function () {
            that.videoContext.showStatusBar();
        }, 5000);
    }
});

Bug & Tip

  • bug:ios13 系統(tǒng)問題暫不支持本 API


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)