在 index.html 的 apiready 中加上
第一种 : 可设置全屏
api.setFullScreen({
fullScreen: true
});
第二种:设置状态栏背景颜色
api.setStatusBarStyle({
style: 'dark',
color: '#fff'
});
在 index.html 的 apiready 中加上
第一种 : 可设置全屏
api.setFullScreen({
fullScreen: true
});
第二种:设置状态栏背景颜色