Hello all,
I built a basic repeater slider and it works fine with swiping on mobile, however viewing and trying it on a laptop I noticed that I can’t use my trackpad with it or the left and right keyboard keys with it. I was thinking may be there was something I needed to turn on in the settings of the slideshow to enable it. I looked everywhere and couldn’t find a setting. So I created a custom element to enable touch events and keyboard press events to get it to workin which it does but not very smoothly. The problem I ran into is that there is another basic slider not a repeater slider that lives on the same page that already has trackpad working and when you use the trackpad on this basic slider it moves the repeater slider. I want to prevent them from interfering with each other. I have looked online for solutions can’t find any coding ideas to prevent this. With wix velo doesn’t have touch events for sliders and it’s hard to manipulate the dom.