Before iOS 7, iPhone apps used to launch on iPad apps with iPhone dimensions. However, now the apps launch with iPad dimensions.
Is there a way to revert this functionality? We tried playing with different viewport settings, but those failed to do anything.
Here's the newest viewport setting we tried: <meta name='viewport' content='initial-scale=1.0,user-scalable=no,maximum-scale=1' />
Our app is written with HTML5 and uses Phonegap as a wrapper.
We also considered JavaScript solutions to determine the device width at run time, but again, this fails because the apps launch with iPad dimensions instead of iPhone dimensions.