How can I disable landscape mode for some of the views in my Android app?
In the /platform/android directory created AndroidManifest.xml (copying it from the generated one). Then add android:screenOrientation="portrait" to ALL of the activity elements.
/platform/android
AndroidManifest.xml
android:screenOrientation=
portrait