I have a webview that performs a search, this code works great for below android version 4.0.3, at this version and higher the highlight function fails to highlight. The se
In Android 4.1(jellybean), WebView.findAll() is deprecated, we should use WebView.findAllAsync instead.
WebView.findAll()
WebView.findAllAsync
reference
Wish this help:)