Can we have area selection feature on webview in android?

感情迁移 提交于 2019-12-24 10:26:20

问题


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



来源:https://stackoverflow.com/questions/9872574/can-we-have-area-selection-feature-on-webview-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!