Skip to content Skip to sidebar Skip to footer

What Does Webview.flingscroll() Do?

This link is all the documentation I can find on the flingScroll(vx,vy) method. It has no description of what the method does. What does the method do? What are vx and vy? I was u

Solution 1:

It mimics a user flinging the ui. The vx and vy are velocities in the x and y direction (i.e. how fast the user scrolled determines how quickly and how far the view will scroll).


Post a Comment for "What Does Webview.flingscroll() Do?"