DevExpress / AjaxControlToolkit

The ASP.NET AJAX Control Toolkit is a classic set of ASP.NET WebForms extensions.
https://devexpress.com/act
BSD 3-Clause "New" or "Revised" License
287 stars 135 forks source link

Sliderextender not working on touchscreen #574

Open karist2021 opened 3 years ago

karist2021 commented 3 years ago

Hello everyone,

I added the slider extension to a text box and it works great on the computer by selecting it with the mouse.

If I display the page through a smartphone the pointer does not move with the finger, but the whole page moves. if I select another point on the scroll bar, then the pointer will be moved to the point I selected.

Is it possible to move the pointer with the finger in the same way as with the mouse?

I am grateful Constantinos