Wikiki / bulma-carousel

Display a carousel
MIT License
136 stars 99 forks source link

Drag moves stop working on mobile #68

Closed CedricVimont closed 5 years ago

CedricVimont commented 5 years ago

Hi,

When the carousel is used on mobile, after a few draggings to the left or the right, the carousel doesn't answer to drag moves. The following errors show up in the console at the same time, so it may be connected:

"[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See "

AND

"ERROR TypeError: t.stopPorpagation is not a function at t.value (bulma-carousel.min.js.pre-build-optimizer.js:1) at t.invokeTask (zone.js.pre-build-optimizer.js:421) at Object.onInvokeTask (core.js.pre-build-optimizer.js:16126) at t.invokeTask (zone.js.pre-build-optimizer.js:420) at n.runTask (zone.js.pre-build-optimizer.js:188) at n.invokeTask [as invoke] (zone.js.pre-build-optimizer.js:496) at m (zone.js.pre-build-optimizer.js:1540) at b (zone.js.pre-build-optimizer.js:1577)" (The second one seems to be a typing error)