Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swiping by button or finger is different #6

Open
BeaumerF opened this issue May 29, 2021 · 0 comments
Open

Swiping by button or finger is different #6

BeaumerF opened this issue May 29, 2021 · 0 comments

Comments

@BeaumerF
Copy link

BeaumerF commented May 29, 2021

How to make the "finger swipe" changing the data list like the "buttons swipe" (on the bottom) ?

I just want to keep the last imageDecoration as first of the list (instead of last) but it gives me an error when I change:
dismissImg() or addImg(img); by:

var i = data.removeLast(); data.insert(0, i);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant