This doesn’t seem to work in jqTouch or iUI. But I know it’s possible because it works on my Droid when I go to deviantart.com . Anyone know how to do it?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, I’m gonna answer my own question here. I added this bit of jQuery…
$(document).ready(function() { setTimeout(scrollTo,200,0,1) });The timeout appears to be necessary. On my Droid, the document is not yet ready to scroll when the DOMContentLoaded event is fired.