Scroll Past Toolbar in iPhone Safari


/ Published in: JavaScript
Save to your folder(s)

Borrowed from Ajaxian, url is above.


Copy this code and paste it in your HTML
  1. $(document).ready(function() {
  2. setTimeout(function(){window.scrollTo(0, 1);}, 100);
  3. });

URL: http://ajaxian.com/archives/iphone-web-development-tips-and-official-documentation-released

Report this snippet


Comments


You need to login to view comments.