2

I am using webview to render epub data and able to display the data and implement text to speech functionality to the text ! Now i want to highlight the present reading text in webview! for that i tried to use like

webview.findall(...);
webview.setSelected(true);
webview.findNext(true);

But no use !!

0 Answers0