I am trying to make a landscape only app, but I am not able to produce any rotation at all.
There used to be a autorotate setting in PhoneGap.plis
You can add UISupportedInterfaceOrientations
platroms/ios/{ProjectName}/{ProjectName-info.plist
add this rows:
For Iphone:
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeRight
For Ipad:
UISupportedInterfaceOrientations~ipad
UIInterfaceOrientationPortrait
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeRight