I\'m working on the iPad version of a web project and am using Safari\'s web inspector to work with CSS layout etc. However I\'ve tracked my bug to the viewport meta tag.
Make sure to incorporate below changes to meta > viewport:
meta
viewport
width=device-width
height=device-height
1.0001
1.0
-
Worked well for me! Good Luck!!!