我想要我的应用程序的纵向,我尝试过:
AndroidManifest.xml:
<activity ... android:screenOrientation="portrait" ... android:configChanges="orientation| ..." />
和 config.xml:
<preference name="orientation" value="portrait" />
这在我的安卓手机上完美运行,但在 iPhone 4 上却不行。
谢谢!