Android - Highlight text in WebView above android version 4.0.3

后端 未结 1 577
谎友^
谎友^ 2020-12-11 08:57

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

相关标签:
1条回答
  • 2020-12-11 09:21

    In Android 4.1(jellybean), WebView.findAll() is deprecated, we should use WebView.findAllAsync instead.

    reference

    Wish this help:)

    0 讨论(0)
提交回复
热议问题