I need to perform search in an html page displayed in a UIWebView control. The functionality I need is something that Safari has, when you hit command/ctrl F for searching the document for some word and the program highlights the hits for you. Is there any easy solution for this problem?
|
|
You could do this with javascript. Check out the "Find in this page" bookmarklet: http://www.lifeclever.com/17-powerful-bookmarklets-for-your-iphone/ Something like that, combined with: http://developer.apple.com/iphone/library/documentation/uikit/reference/UIWebView_Class/Reference/Reference.html#//apple_ref/occ/instm/UIWebView/stringByEvaluatingJavaScriptFromString: might do the trick. |
||
|
