ios Disable window scroll on input focus

by kuyabiye

HTML

<div style="height: 200px"></div>

<input type="text" id="x1" onfocus="this.style.webkitTransform = 'translate3d(0,-1000px,0)'; webkitRequestAnimationFrame(function() { this.style.webkitTransform = ''; }.bind(this))" />