How to configure the Phonegap app to be fixed to only portrait mode, I there any possibility to do it with CSS or JavaScript so that I should be able to get the consistent behav
I had to update /platform/android/AndroidManifest.xml with android:screenOrientation="portrait". Set to default, landscape, or portrait.
/platform/android/AndroidManifest.xml
android:screenOrientation="portrait"
See below for a full example: