I am developing epub reader using epublib. I want to add bookmark functionality in it. Any clues how to add it ? also, What properties of webview do I need to get text from webview not using emulateShiftHeld() but directly. Also , where should I use findAll() of webview ?
Bookmark for page in webview... Ok, If you are load page one by one then you can save the page URL for your bookmark or if you display whole pages at a once then In my case I used scroll position of webview, I just store the current scroll position of Webview and loaded page URL..