Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ionic Framework,ionicframework.com,如何强制手机仅显示“纵向”屏幕方向,而平板电脑仅显示“横向”屏幕方向?
<preference name="orientation" value="portrait" />在config.xml添加首选项似乎是要走的路,适用于 Cordova 3.4.1 及更高版本。
<preference name="orientation" value="portrait" />
在应用程序中直接在 javascript 中使用 screen.orientation 更加灵活,但似乎还没有在手机上得到广泛支持。