Skip to content

Instantly share code, notes, and snippets.

@jonchretien
Created January 17, 2013 17:24
Show Gist options
  • Save jonchretien/4557705 to your computer and use it in GitHub Desktop.
Save jonchretien/4557705 to your computer and use it in GitHub Desktop.
(function() {
if ( typeof document.ontouchmove === 'object' || location.hash.indexOf('isTouch') > 0 ) {
window.addEventListener('load', function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment