My app displays a webview where the local HTML page loads.
Pages
& lt; Span id = "page752" epub: type = "pagebreak" & gt; 752 & lt; / Span & gt;
Somewhere embedded in text.
I get element with id = "page752" through getElementById function, then I call element.scrollIntoView (true); But this does not work, that is, no scroll is done.
Note that the element text ("725") is not displayed in the WebView. It may not be related to scrolls.
How could scrollable intuview be enabled?
Comments
Post a Comment