codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.71k stars 408 forks source link

ImageViewer Swipe Issue #3249

Open diamondobama opened 4 years ago

diamondobama commented 4 years ago

Using ImageViewer with a list of images.

Issue: Drag an image halfway and release pointer outside of the component (above or below). ImageViewer freezes and continues to show 2 images until it receives another pointer event.

Expectation: ImageViewer should snapback if less than the threshold or go to the next image if more, regardless of where the pointer is released on screen.

On a side note: I've been trying to update CN1 files for 2 weeks but I'm not receiving any update. Is something wrong on my end or you've paused the weekly update?

diamondobama commented 4 years ago

@shai-almog The issue still exists after updating my lib. I tried the ImageViewer on a Form and a Dialog.