Open mikereiter opened 5 years ago
If you disable touchEnabled
are you able to click the links?
Yes, setting touchEnabled to false works.
i personally use the following on line 35 to disable touch on desktop devices.
touchEnabled: typeof window.orientation !== "undefined" || navigator.userAgent.indexOf('IEMobile') !== -1,
This is affecting mobile Chrome as of right now (Jul 2020). touchEnabled to false on mobile devices results in users not being able to scroll the slider left or right, which reduces usability significantly. Is there another workaround, or any chance of a fix?
This workaround helped me. https://stackoverflow.com/a/56288492/3165495
Has there been any progress on this issue? Right now, links on non-moving slides (at rest) are not clickable on Chrome and Brave. I'm assuming Edge as well. Works fine on Firefox. I've set touchEnabled to false as a workaround and links work again, but that doesn't seem ideal. Especially since touchEnabled defaults to true.
I am suffering from the same issue. Using 4.2.5 bxslider, as part of a wordpress theme. I changed to 4.2.15 and 4.2.1 but in text slider the links are shown but clicking does not work on desktop browsers: neither Chrome or Edge.
On mobile browser, it does work ! i have Iphone 11, using chrome, edge, safari, and it works in all 3 mobile browsers
Any solution ?
Might it be related to chromium-engine based browsers?
Cannot click links inside slider in latest version of Chrome.