-
Notifications
You must be signed in to change notification settings - Fork 1
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
Text cannot be selected #33
Comments
This will be due to the Hammer.js library used to handle swipe gestures. If gestures are required, |
I’ve set userSelect to "auto" in the Hammer.js library. We will now do some further testing in our project. The main issue I've found on desktop is that, in some cases, all text in the current block will be selected. This only happens on desktop when clicking with your mouse and then swiping up or down (similar to touching the screen and swiping). If you simply swipe up or down with a touchpad, no text is selected. Same for clicking the "next" button in the ScrollSnap bar... no issues. On iPad (tested iPad Pro 5th gen), no text is selected when touching / swiping. An extended touch / press is required to begin selecting text. So, I did not see this problem there. |
Do we wish to change the default settings where text is not selectable? |
Discussed and agreed that the default setting will be to leave as is (text not selectable) to ensure there are no potential side effects with gestures. If required, this can be changed for specific projects as detailed in earlier comments. |
Within the page content (excluding notify popups) the user is unable to perform text operations such as select when scrollsnap is active.
The text was updated successfully, but these errors were encountered: