Can't click on URL:s in the slider #5428
Replies: 3 comments 1 reply
-
Same thing happening on certain computers in our company and not on others. A newer MacBook with the latest version of Chrome and Safari cannot click any links in the slider. An iMac one year older with the latest version of Chrome and Safari can click every link with no issues. |
Beta Was this translation helpful? Give feedback.
-
Yes I am getting exactly the same problem with a new site rollout using Swiper for the first time. Mac & Chrome. The only solution that appears to work, but is not very satisfactory is: simulateTouch: false This then prevents any swiping by the mouse, on desktop, which is not the end of the world - but seems odd that we have to go and disable this, in order to get the URL's working. I'm keen to hear of any alternative fix - seems like a bug to me. |
Beta Was this translation helpful? Give feedback.
-
I come here with the same problem and for me the solution was: watchSlidesProgress: true |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a slider with articles, that has a standard a-tag, that and the area around it is clickable. It works outside of the slider, but inside it works from time to time. Sometimes once, sometime not at all. If I refresh the page it works once. The thing that happens on clicking the slider is that it slides instead of going to the linked page. I have tried to add these:
preventClicks: false,
preventClicksPropagation: false
But that didn't do anything. Am I missing something obvious? :)
Beta Was this translation helpful? Give feedback.
All reactions