cordova app强制横屏 ,config.xml配置横屏
cordova app强制横屏 ,config.xml配置横屏
配置代码:
<preference name="Orientation" value="landscape" />
Orientation的值
Orientation的默认值是default。
可使用的值有:default, landscape, portrait
Orientation可以将设备锁定方向,不受设备旋转影响。
对于IOS支持landscape&portrait ,可以使用平台专属值『all』
跟多配置参考官网:
https://cordova.apache.org/docs/en/dev/config_ref/index.html#preference
更多:
Cordova 配置文件config.xml常用整理
Cordova config.xml配置WebView全屏浏览
Error validating package name. Must look like: `com.company.Name`. Currently is: `xxxx`
还没有评论,来说两句吧...