i am using a webview inside my android application. I would like to know if it is possible to highlight or underline a specific word/sentence/paragraph in a loaded page usin
Code
Method m = WebView.class.getMethod("setFindIsUp", Boolean.TYPE); m.invoke(titleWebView, true);
After this test using following code.
findAll("search text")
When text is match Toast display.
Toast