Can we not drag AND click? Appreciate there needs to be a different setting to listen for the dragging but naturally it feels like both should be possible.
Potentially even side scrolling with a touch pad?
Hi @RubberDuckers,
Weâre experimenting a bit with scrolling. Not sure if weâll have it in for the next beta, but Iâll also look at if click + drag simultaneously is possible.
Thatâs cool - be good to see what you come up with! I saw Misho had a good post on the subject too.
The other thing I was thinking related to this - naturally you would drag/flick/swipe on mobile - could the âinteractionâ setting be responsive - as I want it clickable on desktop to jump to the one you click, but draggable on mobile as thatâs the natural interaction.
The âmethodâ slider here if you want to see: https://staging.rubberduckers.co.uk/services/web/
Thanks for sharing that! Makes sense. Our final implementation would be a bit different. I donât think weâll have a way to disconnect dragging only for mouses. Dragging being enabled would effect both mouse/touch at the same time. For dragging, weâre actually using âpointer eventsâ which accommodates both mouse and touch devices - so those two interactions should feel the same. Whatâs different to add would be trackpad (and mousewheel) scrolling so thatâs what we need to figure out here.
@RubberDuckers, in the release candidate youâll find that the option is now a âmulti chooseâ so you can decide if you want clicking, dragging, or both. We were also able to get in trackpad scrolling, which runs when you have âdragâ enabled.
Hi Alex - nice!
I just tried and when you click, itâs fine, when you drag, itâs fine. But when you drag and then go to click, the click doesnât work. If you have separate controls, they work and if you use them then dragging is available again. So itâs almost like itâs stuck after dragging?
I have it enabled on the white/yellow slider here if you want to look: https://staging.rubberduckers.co.uk/services/web/
On this topic, I have noticed that both drag and click are turned off by default in the Inline slider. The setup is complex enough, and the fact that the sliders are not working out of the box would annoy some users.
Thanks! Got this one sorted out.
Iâve disabled the Click interaction, but the slider still lets me click and visit the link of the slide, so I donât think thatâs working, or does click mean clicking on the left and right navigation? I assume it means disabling clicking of a slide. RC2
Links will continue working inside of sliders either way. The Click interaction means if you click a slide that is not currently active, it will navigate the slider to make it active.
Thanks for explaining the meaning as I misunderstood.
Youâre welcome!