May 5, 2016May 5, 2016 How to setup Ionic project for iPad? In your project config.xml set the orientation to allow the user to rotate from landscape to portrait. <preference name="Orientation" value="all" /> Run the project on an ipad retina like this: ionic emulate ios --target="iPad-Retina" Voila!