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?
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