I\'m working on Ionic/Cordova, I added this to androidManifest.xml but this didn\'t work for me and app is still showing in both ways
androidManifest.xml
android:sc
Please add android:screenOrientation="portrait" in the androidManifest.xml file as an attribute of activity tag for android.
android:screenOrientation="portrait"