0

How do I programmatically scroll a webview to bottom? I am using the webview to show a list of items and I need it to automatically scroll to bottom after the items are loaded so that the user will see the latest items.

Eddi
  • 479
  • 5
  • 22

1 Answers1

0

Do it with JavaScript within the HTML after the page has loaded.

Larrie
  • 86
  • 4
  • https://stackoverflow.com/questions/11715646/scroll-automatically-to-the-bottom-of-the-page – Larrie Dec 18 '17 at 08:23