You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
The slider cannot be moved if the mouse (on Windows) or finger (Android) stops touching the slider, even accidentally, causing you to have to touch the slider again to move it, being careful to move it without leaving of touching the slider, on Android it's even more annoying as it causes the screen scroll to move if your finger moves away from the slider a bit, ideally it should behave like the .NET MAUI Slider in the sense that the slider The slider stops moving only when you release the mouse button (on Windows) or take your finger off the screen (on Android).
Windows:
Android:
However the .NET MAUI slider can still move even if the mouse is not right on top of the slider, as long as the slider is initially pressed it allows you to move the slider without having to have the mouse over it all the time: