-->

Can we have area selection feature on webview in a

2019-08-03 08:10发布

问题:

We want to highlight webview text on any android device. But we want this highlight should save in the pages permanently. We are showing epub by using webview.

If anyone know about this, please guide us.

Thanks in advance.

回答1:

But we want this highlight should save in the pages permanently

Step #1: Maintain a database or file containing information about highlights (pages and what portions you highlighted)

Step #2: Apply the rules from the database or file from Step #1 whenever you display a page in the WebView