I have a HTML5 App and want to deploy it with Phonegap to iOS devices. The app is designed for smartphones. To make use of the iPad Screen I designed a new layout.
My idea:
Two seperate index.html files as the starting point for the app.
index.htmlfor Smartphonesindex-ipad.htmlfor tablets
How can I make Xcode or Phonegap to load the appropriate html page when starting the app ?
Cheers
Johe
I would use one HTML file with CSS3 media queries doing the different layouts