jQuery Mobile lock orientation

前端 未结 2 1606
一向
一向 2020-11-28 14:02

Hey guys i\'m using phonegap and jquery mobile to build an app for an android phone. Is there a possibility to lock the orientation on one page? E.g. page \"map\" is loaded

2条回答
  •  醉话见心
    2020-11-28 14:52

    I have tried to modify manifest.xml and it works. Simply add android:screenOrientation="landscape" attribute to your activity tag like below:

    
        
            
                
                
            
        
    
    

提交回复
热议问题