jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 47 forks source link

Windows - The slider control cannot be moved when you move the mouse away from the slider control even if you have the click pressed #7

Open Sergtek opened 2 years ago

Sergtek commented 2 years ago

In Android if you can move the slider if you initially touch it with your finger it allows you to continue moving it even if you move your finger away from the slider. This only happens on Windows.

On Windows the EndInteraction event is fired when the mouse is not over the slider while you are sliding it, it is not ideal because many users may be moving the slider and may accidentally move the mouse a bit off the slider which would force the user to click the slider again and slide it again.

2022-05-18 16-42-11

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:

2022-05-18 16-50-14