Is it possible to scroll a page in WebView programatically, perhaps by using KEYCODE_DPAD_DOWN and KEYCODE_DPAD_UP? If yes, what if the device does not have a DPAD? Will it work anyway?
The idea is to open a webpage and with the help of a timer scroll the page downwards according to a pre-set interval.
Any other way this could be done?
The idea is to open a webpage and with the help of a timer scroll the page downwards according to a pre-set interval.
Any other way this could be done?