arpan
arpan
  • 发布:2020-11-27 23:42
  • 更新:2020-11-27 23:42
  • 阅读:497

ios在v3情况下指定页面横屏时无法横屏

分类:HBuilderX

<template>
<view>
<text @click="doShare" class="font-weight-bolder">横屏</text>
</view>
</template>

<script>
doShare(){
plus.screen.lockOrientation('landscape-primary');//横屏
},
</script>
这么写在非v3情况下ios可以横屏但是在v3云打包后无法横屏 安卓正常

2020-11-27 23:42 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复