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
It is only possible to achieve wrapping when you have at least 4 pages. This is because of the way the ViewPager creates, destroys, and displays the pages. No fix for the general case has been found.
Seems some calls to setCurrentItem() to jump directly between the fragments freezes.
According to
http://stackoverflow.com/questions/22937651/infiniteviewpager-freezes-on-setcurrentitem-method
it is because of an infinite loop - but alas their solution of using 3000 does not fix the issue for me.
The text was updated successfully, but these errors were encountered: