Stuart Robson 20 December 2011 Thanks for sharing writing this article. Hiding the address bar is something I’ve always used this for – window.addEventListener(“load”,function() { setTimeout(function(){ window.scrollTo(0, 1); }, 0); }); Thinking that it’d be a ‘catch all’ but wasn’t aware of the caveats that you found whilst creating the Boston Globe site. I think I’ll need to re-digest this article again as it’s full of so much code. @24ways that’s another fine article you given us :o)
Thanks for sharing writing this article. Hiding the address bar is something I’ve always used this for –
window.addEventListener(“load”,function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
Thinking that it’d be a ‘catch all’ but wasn’t aware of the caveats that you found whilst creating the Boston Globe site.
I think I’ll need to re-digest this article again as it’s full of so much code.
@24ways that’s another fine article you given us :o)