Reputation: 2735
Can I force an application to have an iPhone 5 size on my iPad?
I'm using my iPad as the only test device but I would like to test the app in iPhone 5 size so is that possible?
Upvotes: 1
Views: 100
Reputation: 14904
You need to deploy the APP for iPhone only. If you run an iPhone Application on the iPad, it is automatically in the size of an iPhone.
You need to set up the device under your General Projekt Tab in XCode.
Check out here:
http://cordova.apache.org/docs/en/3.5.0/guide_platforms_ios_index.md.html
Upvotes: 1