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

General Question: How to improve the scrolling behavior on Mobile devices (iOS & Android) #48

Open
inglesuniversal opened this issue May 10, 2022 · 0 comments

Comments

@inglesuniversal
Copy link

Hello, my basic setup is like this but its a bit slow on mobile. It's hard to deselect and the scrolling is way too slow.

const selectable = new Selectable({
    appendTo: ".files-list",
    ignore: ["img", "ion-icon"],
    autoScroll: {
    threshold: 0,
    increment: 100,
    }
});

Any tips or additional JS command to make it more responsive and fluid? Otherwise, I can use the builtin features to select all, invert and so on... While I find a better way to work this out.

Regards

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