VideoContext.showStatusBar
代码示例
- 在 swan 文件中
- 在 js 文件中
data: { },
onLoad() {
const videoContext = swan.createVideoContext('myVideo');
this.videoContext = videoContext;
},
showStatusBar() {
let that = this;
this.videoContext.showStatusBar();
})
}
});
- bug:ios13 系统问题暂不支持本 API