阿阿阿阿森 根据官方文档在打包安卓前配置好竖屏,分别测试在index.html和AndroidManifest.xml中修改screenorientation='portrait'均无效(demo使用的是官方示例)附件:laya1.rar laya1.rar0B
Laya_XS 手动修改下bin/index.js的内容:把 window.screenOrientation = "sensor_landscape";改成window.screenOrientation = "portrait";应该就可以了。