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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -