I have a php page that displays a table and the data is determined by URL variables (site.php?variable1=123&variable2=321).
Well I have 16 pages and the page set to:
<meta content="width=device-width, user-scalable=no" name="viewport" />
so that it is scaled with the iPhone and can't be scrolled left or right. But one out of the 16 pages does not scale properly and has some overscan and allows you to move left or right. Can't figure out what may be is causing this because every page uses the same php page. Anyone have any ideas why it may not be scaling?
Edit: I think I managed to play around with the code and get it to scale properly.
Well I have 16 pages and the page set to:
<meta content="width=device-width, user-scalable=no" name="viewport" />
so that it is scaled with the iPhone and can't be scrolled left or right. But one out of the 16 pages does not scale properly and has some overscan and allows you to move left or right. Can't figure out what may be is causing this because every page uses the same php page. Anyone have any ideas why it may not be scaling?
Edit: I think I managed to play around with the code and get it to scale properly.