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.
我正在使用 Phonegap 开发一个黑莓应用程序。在这种情况下,我如何禁用横向模式并只允许纵向模式?
在您的配置文件中添加以下代码:-
<feature id="blackberry.app" > <param name="orientation" value="portrait" /> </feature>
希望这可以帮助。
更新配置文件并添加以下代码
<preference name="orientation" value="portrait" />
详细来说,你可能会看
http://cmer.uoguelph.ca/freshlabs/Lab5A.pdf