I'd like to do a search in the HTML content of a web view, highlight the results and navigate through them, scrolling the view to show the highlighted terms. I know it is possible to implement something similar with javascript and stringByEvaluatingJavaScriptFromString from UIWebView, but is there a more elegant way? Any clues on how Safari does that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
There appear to be some ways to do this easily with jquery plug-ins. See this example. I have been considering this myself, but haven't implemented it yet. It appears that it may be a little incomplete, but I think it's worth looking at. |
|||
|
|