赞
踩
在APP.vue的onlanch里一开始就加:
plus.screen.lockOrientation( 'landscape-secondary');
plus.screen.lockOrientation( 'landscape-primary');
在APP.vue的onlanch里一开始就加:
plus.screen.lockOrientation( 'portrait-secondary');
plus.screen.lockOrientation( 'portrait-primary');
//屏幕方向数值: 0 - 竖屏; 90 - 横屏,HOME键在右; 180 - 反向竖屏; -90 - 反向横屏,HOME'键在左
let orit = plus.navigator.getOrientation();
if((orit==0)||(orit==180)){
//竖屏做的操作
}else{
/ /横屏做的操作
}
微信小程序联系客服,及时沟通
扫描公众号,了解更多实例与资源免费分享:
uni APP如何 如何在启动应用的时候 判断当前移动端是横屏启动还是竖屏启动, 如果是横屏启动,则锁定横屏模式,如果是竖屏启动则锁定竖屏模式?
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。