Android - 如何在webview内容中设置书签?

时间:2015-05-29 05:28:35

标签: android text webview bookmarks

我一直在尝试在webview文本中设置书签。但无法找到任何帮助。请指导我怎么做

String html = "<html><head></head><body>"+text1+"</body></html>";  
wv.loadDataWithBaseURL("", html, "text/html", "utf-8", "");

1 个答案:

答案 0 :(得分:0)

参考这个项目,在这个浏览器中他显示了第一页,其中包含最新的书签和最近的历史记录。借助html文件和java。

https://github.com/darvin/zirco-browser