Please someone help me to get the html datas associated with an html id from an android webview and save that to a string(or just list the datas). I have tried many JavaScript tutorials and nothing helps me. My webview is loading an html file from the assets folder.
The html part is
<div id="1 Chronicles 1:6" class="vs" > 6 And the sons. </div>
I need to get the words "And the sons" and save that to a string. Please help me on this. Answers with an example will be very much helpful.