Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In ViewPager2 just show loading indicator in some cases

rockyoung opened this issue · comments

commented

I'm using BIV(1.5.7) in ViewPager2(1.0.0-beta04), if the viewpager2 init with the currentItem which is > 1, than previous page will only show the progress indicator, no mater how user scrolled later, the image will never show up.

commented

I hope you could do some debug on it, and submit a bugfix PR :)

commented

I hope you could do some debug on it, and submit a bugfix PR :)

I've find the solution here

commented

Great then, I'll update README about this.