Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

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

@inglesuniversal

Description

@inglesuniversal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions