iPhone SDK Auto scrolling UIWebView to a specific position -
i have uiwebview displays third party web page (not page can control)
need way scroll content of web view specific position in page.
idea how implement it?
thanks.
ok, hate answer own question easier thought...
[webview stringbyevaluatingjavascriptfromstring:@"window.scrollby(0,180);"];
Comments
Post a Comment