howljs / hl_image_picker

Simplify media selection, cropping, and camera functionality in your Flutter app. Choose images/videos from the library, crop images, and capture new photos/videos with ease.
https://pub.dev/packages/hl_image_picker
24 stars 14 forks source link

iOS show wrong thumb when scroll using scroll bar #40

Open RubyRook opened 3 months ago

RubyRook commented 3 months ago

When i use scroll bar for fast scroll. List of image show wrong thumb as show in this video.

https://github.com/user-attachments/assets/9ef0ac47-629a-4028-acab-0059d06acabb

After watched this video you could see camera button show with thumb of other image. I think scroll bar could be disable while on android there is no scroll bar. Or, please kindly fix it if you plan to keep scroll bar on iOS when select images.