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
Currently if "Mouse draggable" is set, it is not possible on mobile phones to drag the slider. I think is a problem and UX could be improved
Describe the solution you'd like
For a better/expected UX it should still be possible to swipe on smartphones even if the setting "Mouse draggable" is set.
Thank you!
The text was updated successfully, but these errors were encountered:
I have a possible solution ready for this issue that will use a @media (hover: hover) to encapsulate the slider-nav-mousedrag selectors in the CSS so that the dragging area will only get rendered if the primary pointer device can hover like a mouse.
Thanks for testing and confirming it works. I have pushed a 1.4.1 release where this issue is fixed!
Thank you for using Swiffy slider and taking the time to report this issue.
Currently if "Mouse draggable" is set, it is not possible on mobile phones to drag the slider. I think is a problem and UX could be improved
Describe the solution you'd like
For a better/expected UX it should still be possible to swipe on smartphones even if the setting "Mouse draggable" is set.
Thank you!
The text was updated successfully, but these errors were encountered: