Disable auto-rotate in Jquery Mobile or PhoneGap

前端 未结 4 1973
梦毁少年i
梦毁少年i 2021-02-14 01:02

Although cross platform development for mobile devices is so good. There isn\'t a simple option to disable auto-rotate or lock into one orientation i.e. portrait or landscape.

4条回答
  •  無奈伤痛
    2021-02-14 01:44

    To complete the answer above.

    On iPhone add this to -info.plist:

    
    `.....
        
            UIInterfaceOrientationPortrait
            UIInterfaceOrientationPortraitUpsideDown
        
    ..........
    
    

    on Android to AndroidManifest.xml

    
    

提交回复
热议问题