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

fix: Workaround pointers issue for slider inside SV when using touch #14131

Closed
wants to merge 1 commit into from

Conversation

Youssef1313
Copy link
Member

@Youssef1313 Youssef1313 commented Oct 26, 2023

GitHub Issue (If applicable): closes #12044

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

Copilot Summary

🤖 Generated by Copilot at a5676fb

Fix slider thumb position on touch devices by disabling default touch action for uno-slider in Uno.UI.css

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

@@ -137,6 +137,10 @@ embed.uno-frameworkelement.uno-unarranged {
overflow: hidden;
}

.uno-slider {
touch-action: none;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeromelaban
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-14131/index.html

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-14131/index.html

@Youssef1313 Youssef1313 deleted the issues/12044 branch December 12, 2023 15:51
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

Successfully merging this pull request may close these issues.

[WASM] Can't drag Slider with touch
3 participants