Hello! @Mobius1 Could you please add some attribute to disable selecting elements
but leave the feature to select each item by clicking. It will be awesome!
I added it to my js file but it took a lot of time and I am not sure that I did correct.
I disabled css attribute for class .ui-selectable touch-action
And added some condition to _drag and _end functions.
If it's touch device and if it dragged => then remove selecting items. Something like that
The main reason of that is having a convenient way to select items on touch device and scroll page as a normal page 💯
Thanks in advance! Love your package 👍
P.S. I read issues and understood that somebody needs to disable all features on touch device
maybe you can kill two rabbits at the same time :)
Hello! @Mobius1 Could you please add some attribute to disable selecting elements but leave the feature to select each item by clicking. It will be awesome! I added it to my js file but it took a lot of time and I am not sure that I did correct.
touch-action
_drag
and_end
functions.The main reason of that is having a convenient way to select items on touch device and scroll page as a normal page 💯
Thanks in advance! Love your package 👍
P.S. I read issues and understood that somebody needs to disable all features on touch device maybe you can kill two rabbits at the same time :)