Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue]Dim MaxScrollX
MaxScrollY = WebBrowser1.Document.body.scrollHeight ' max scrollable Y position in pixels
WebBrowser1.Document.parentWindow.scrollTo 0, MaxScrollY ' scroll all the way down
WebBrowser1.Document.parentWindow.scrollTo 0, MaxScrollY / 2 'scroll halfway down[/blue]