How to highlight text permanently in WebView in Android?

怎甘沉沦 提交于 2019-12-07 15:18:29

问题


I am developing an ePUB reader for Android phones.

I can get text copied to the ClipBoard using WebView & ClipBoardManager. But what I really want to do is highlight the selection permanently. I saw some articles. They suggested to get WebView in selection mode & to use JavaScript.

How can I get WebView in selection mode? If I go with JavaScript and get the text modified, can I save those changes applied by the JavaScript permanently in the corresponding ePUB file? If yes then how?

来源:https://stackoverflow.com/questions/8969448/how-to-highlight-text-permanently-in-webview-in-android

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