You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,i need to find the current position of item in VerticalViewPager.I tired to find out onScrollBeginDrag
let currentPageNumber=e.nativeEvent.contentOffset.y/e.nativeEvent.contentSize.height
But everytime value of currentPageNumber is not correct.Please Help.Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,i need to find the current position of item in VerticalViewPager.I tired to find out onScrollBeginDrag
let currentPageNumber=e.nativeEvent.contentOffset.y/e.nativeEvent.contentSize.height
But everytime value of currentPageNumber is not correct.Please Help.Thanks in advance
The text was updated successfully, but these errors were encountered: