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

How to disable selection for scrolling by grid drag on touch devices? #390

Open
z1qaw opened this issue Feb 21, 2024 · 4 comments
Open

How to disable selection for scrolling by grid drag on touch devices? #390

z1qaw opened this issue Feb 21, 2024 · 4 comments
Labels
👨‍🏫 Help wanted Extra attention is needed ❓ Question Further information is requested

Comments

@z1qaw
Copy link

z1qaw commented Feb 21, 2024

How to disable selection and scroll by grid dragging on touch devices?
My goal is to use this lib in read-only mode, so I don't need selection, but instead it is necessary to be able to scroll on touch screen devices.

@z1qaw z1qaw added ❓ Question Further information is requested 👨‍🏫 Help wanted Extra attention is needed labels Feb 21, 2024
@neuronetio
Copy link
Owner

You don't need the selection plugin for scrolling.
The scroll bar supports touch events - that's one of the reasons why we created our own scroll bar.
TIP: You can change scroll bar width if you need documentation here

@neuronetio
Copy link
Owner

scroll.mp4

@z1qaw
Copy link
Author

z1qaw commented Feb 21, 2024

Thanks for quick response!
But my goal is to scroll on grid (marked with red on screenshot) - is it possible on touch devices?

image

@neuronetio
Copy link
Owner

Currently there is no such functionality. You need to give me a little more time to write the plugin. When? - we cannot provide a specific date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👨‍🏫 Help wanted Extra attention is needed ❓ Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants