Java Question Extend

moster67

Expert
Licensed User
Longtime User
This is with reference to my question in another thread:

http://www.b4x.com/forum/basic4android-updates-questions/7915-scrolling-page-webview-programatically.html#post44846

I was informed of another solution which is to use View.scrollBy(int x, int y) to scroll the WebView and then use computeVerticalScrollOffset(), computeVerticalScrollExtent() and computeVerticalScrollRange() to calculate a maximum y value.

Said methods are not implemented yet in the Wiew and Webview-library (I believe). Is it possible to write my own library referencing said libraries in Basic4Android and then only add support for said methods?
 
Top