spdeepa
spdeepa
You just read the content of html file and append the script code and then load into the webview. This methods works fine for me. Script Code:
``` int index=temp.indexOf(""); // temp is the file content return in string String s1=temp.substring(0, index); String s2=temp.substring(index, temp.length()); File f=new File(filepath); // filepath is the file stored in sdcard path...
I too dont understand how to get the highlighted text from html source? if you know please post the answer.
Thank you for your response. i am developing epub reader. In this user will select the text with the long press once the action complete. i need to highlight the...
Let me explain in detail. I am developing epub reader which contains html to load in webview. When user long press the text in webview, i nee to hightlight the...
Thanks for your response. ``` "When the page loads, redo the highlighting and unhighlighting in the order it was originally done." ``` I dont know how to proceed the above...
I too had a problem in this. draghandler in not visible in second page. I too working on ebook project Can you please say how you highlighted the selectedText after...