It would be nice to have ipad support so for example we could use tap theme:)
One fix I have found for the iPad is to go into the template folder for the iPhone and edit line 30.
Original Code
Replacement Code
By removing the width parameter from this line the site will scale better for an iPad, especially if you edit the template further to make it into a Mobile Web App.
Original Code
<meta name="viewport" content="width = 320, initial-scale = 1.0, user-scalable = no, maximum-scale = 1.0">
Replacement Code
<meta name="viewport" content="initial-scale = 1.0, user-scalable = no, maximum-scale = 1.0">
By removing the width parameter from this line the site will scale better for an iPad, especially if you edit the template further to make it into a Mobile Web App.
is it possible to differentiate between iPhone and iPad or do they both look the same to mobile joomla? It would be nice if i could set it so the non-mobile version would display on iPad since the iPad screen is large enough to use the normal template.
Never mind, I see this has been addressed.
