Tabs app is not working as expected Landscape mode in iOS simulator

tabs app is not working as expected Landscape mode in iOS simulator

I followed the instructions provided in the ionicframework.com website

build was successful for tabs app

working fine with portrait mode simulator , iPhone 4S, iOS 8

But when I turn it for Landscape mode the page content is not turning as we expected.

This is something done by cordova when you create a new project. Normally with iOS and iPhone, apps don’t rotate. This is something that is for ipad.

But you change this by adding some stuff to your config.xml

<preference name="Orientation" value="default" /> 

Or open up xcode and change the allowed orientations in the deployment info section

working good with iPad simulator in iOS but not with iPhone 4S simulator

Then you may want to open up xcode to change this.