I want portrait orientation for my application, I tryed with:
AndroidManifest.xml:
<activity ... android:screenOrientation="portrait" ... android:configChanges="orientation| ..." />
and config.xml:
<preference name="orientation" value="portrait" />
That works perfectly on my android phone, but not on iPhone 4.
Thanks!