I’m loading a string of HTML into a UIWebView through loadHTMLString. It produces a very long webpage. Once that string is loaded, I need to navigate to an HTML anchor tag with its “name” attribute set. In the HTML, I might have: //3 pages of text here <a name=”go here”></a> lots more text here //another […]
How to reference HTML anchor?
- Post author By user user
- Post date
- Categories In cocoa-touch, html, iphone, javascript, uiwebview
- 2 Comments on How to reference HTML anchor?