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
:
width=device-width
and height=device-height
1.0001
from 1.0
.-
<meta name="viewport" content="initial-scale=1.0001, minimum-scale=1.0001, maximum-scale=1.0001, user-scalable=no"/>
Worked well for me! Good Luck!!!