This is a known iOS7 bug, please try
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, target-densityDpi=device-dpi">
Worked fine for me, and also not including javascript.
Setting height=device-heightin the meta tag seems to solve this.
source
share