Ionic app in orientation and landscape modes

Hi, I’m new to Ionic. I have started a new tabs application and emulated on IPad. The app is not working both the modes. The app is only in portrait mode, can anyone please tell me how to make the application work in both modes. It seems that there should be some setting which Im missing.
Can anyone please tell me what is the setting that I should configure.

Thanks

image

I had this issue long ago. I load my app in xcode. In xcode you have to switch on selectboxes for how to use orientations. Portrait mode is default.
After update the app in xcode with ‘ionic prepare ios’ these switches are deselected by xcode. So you have to select them again.

Thanks for that I will try it.