Hi!
You went to great depths with the slider. I love it! This is probably the best one out there. We all know sliders can be bad, but they can also be invaluable if used carefully, especially on mobile devices.
Despite reading the Docs, I have not been able to locate the settings that would solve the problems I am experiencing. Please excuse me if I missed something.
-
If the slider is set to be dragged, the user needs to drag it over 50% of the slide’s width (or viewport width), and that is too much. We should be able to fine-tune the point at which the slide should be dragged before jumping to the next. Actually, this is best controlled by how fast the user swipes, which leads us to the second point.
-
Users prefer to navigate the UI with the least amount of effort, which means they will swipe faster with shorter strokes rather than slower with longer strokes. Users should be able to “push” the slides with short and fast movements, causing them to switch. A very fast swipe may even cause more than one slide to switch.
Currently, if scroll is set to snapping, a short and rapid swipe will still not change the slide. It stubbornly returns back, until a long swipe is made. which is quite frustrating for the user.
A great example of well thought out mobile slider UX is AirBnb.
That’s all for now. I will try to test it out as much as I can.