How to fix screen orientation to portrait for my whole PhoneGap app

后端 未结 4 713
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-05 09:04

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

4条回答
  •  我在风中等你
    2021-02-05 09:28

    I had to update /platform/android/AndroidManifest.xml with android:screenOrientation="portrait". Set to default, landscape, or portrait.

    See below for a full example:

         
            
    
                
    
                
    
            
    
        
    

提交回复
热议问题