vote up 0 vote down star

For an iPhone app I was using window.scrollBy to scroll to the bottom of a page. The page is rendered in a UIWebView. This all worked fine untill sdk 3.0. It is documented that scrollBy is not supported in UIWebView anymore. Is there an handy javascript replacement for window.scrollBy?

flag

50% accept rate
Try using window.scrollTo(x,y); Also i want to know where is it mentioned that "scrollBy is not supported in UIWebView anymore". Please send some URL may be i would get some help. Thanks – Biranchi Oct 28 at 8:47

1 Answer

vote up 0 vote down

Try using window.scrollTo(x,y);

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.