Hi, with the help of the WebViewExtras library one is able to scroll down a website, which is displayed in a WebView: (WebViewExtras1 and WebView1 are instances of WebViewExtras und WebView respectively)
This works fine, assuming that the LoadUrl()-method was applied on the WebView. But one can also apply the LoadHtml()-method. For example:
But using the pageDown()-method then, doesn't show any effect. Has anyone an explanation for it? May be some tag is missing in the html-Text?
B4X:
WebViewExtras1.pageDown(WebView1, true)
B4X:
WebView1.LoadHtml("<html><body>text ... and much, much more ... text</body></html>")