Skip to content Skip to sidebar Skip to footer

Can We Have Area Selection Feature On Webview In Android?

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

Solution 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

Post a Comment for "Can We Have Area Selection Feature On Webview In Android?"