[android-beginners] Problem in getting scroll position in web-view

2010-06-16 Thread brijesh masrani
Hello Everyone, I have a web-view with Html content.I want to calculate height of web-view when it is scrolled. The method *getScrollY()* can return the Y scroll but the problem is that when I scroll web-view 2-3 time continuously it takes some time in scrolling. I just want to know if there is

[android-beginners] Problem in getting scroll position in web-view

2010-06-16 Thread brijesh
Hello Everyone, I have a web-view with Html content.I want to calculate height of web- view when it is scrolled. The method getScrollY() can return the Y scroll but the problem is that when I scroll web-view 2-3 time continuously it takes some time in scrolling. I just want to know if there is