Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

iscroll not working in Android latest version 6.0.1 and chrome beta #1229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qcgm1978
Copy link

fix bug in demo html.
reference: #1118

This is the same question in 5.2.0;You can try to set options like this

disablePointer: true, // important to disable the pointer events that causes the issues
disableTouch: false, // false if you want the slider to be usable with touch devices
disableMouse: false // false if you want the slider to be usable with a mouse (desktop)

disable pointer event,force to use touch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant