stevenwanderski / bxslider-4

Responsive jQuery content slider
Other
4.22k stars 1.84k forks source link

Links not clickable latest version of Chrome #1268

Open mikereiter opened 5 years ago

mikereiter commented 5 years ago

Cannot click links inside slider in latest version of Chrome.

rjmccollam commented 4 years ago

If you disable touchEnabled are you able to click the links?

menhio commented 4 years ago

Yes, setting touchEnabled to false works.

Superhands89 commented 4 years ago

i personally use the following on line 35 to disable touch on desktop devices.

touchEnabled: typeof window.orientation !== "undefined" || navigator.userAgent.indexOf('IEMobile') !== -1,

redemption commented 4 years ago

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?

vovarpd commented 4 years ago

This workaround helped me. https://stackoverflow.com/a/56288492/3165495

DanielBakovic commented 3 years ago

This worked for me: https://github.com/stevenwanderski/bxslider-4/pull/1214/commits/36dd8ca7614c664d0831936aeb31aa713a13be06

CubeRanch commented 3 years ago

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.

Alex1965 commented 3 years ago

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 ?

Donusa commented 1 year ago

Might it be related to chromium-engine based browsers?