美文网首页
uni-app禁止横屏

uni-app禁止横屏

作者: _菩提本无树_ | 来源:发表于2021-05-24 16:44 被阅读0次

需要配置两个地方

第一在onLaunch中写下如下代码

plus.screen.lockOrientation("portrait-primary");  

第二在manifest.json中配置

"app-plus" : {
        "distribute" : {
            "distribute" : {
                "orientation" : [ "portrait-primary"]//重力感应、横竖屏配置
            }
        },
    },

相关文章

网友评论

      本文标题:uni-app禁止横屏

      本文链接:https://www.haomeiwen.com/subject/sowxsltx.html