-
Notifications
You must be signed in to change notification settings - Fork 807
fix: Fix touch scrolling selects text #20159
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
Conversation
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20159/index.html |
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20159/index.html |
|
🤖 Your WebAssembly Sample App 2 stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-20159/wasm-skia-net9/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20159/docs/index.html |
@Mergifyio backport release/stable/6.0 |
✅ Backports have been created
|
…6.0/pr-20159 fix: Fix touch scrolling selects text (backport #20159)
fix: Fix touch scrolling selects text
closes https://github.com/unoplatform/uno-private/issues/1197
Bugfix
Fix touch scrolling selects text
What is the current behavior?
At the beginning of a touch scroll, the text is being selected
What is the new behavior?
Selection using touch has been disabled
PR Checklist
Screenshots Compare Test Run
results.Other information
This mainly disables selection using touch and pen. https://github.com/unoplatform/uno-private/issues/1238 tracks the next steps for this.