Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch problems fix #1214

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tikudev
Copy link

@tikudev tikudev commented Jul 27, 2018

This fixes touch related problems (#1197 #1113).
The whole touch event was consumed through the use of e.preventDefault(). Because of that, one could only use touch event to interact with the slider but could not use touch to scroll or do anything else.
For me it was unclear why this line was even added, the commit message was not very explanatory.

Tim Kutscha added 2 commits July 27, 2018 09:51
This caused many Problems with touch events in IOS and Chrome Browsers, because the whole touch event was consumed by the slider:
	no touch scrolling in any direction
	no click events
@saschanos
Copy link

@stevenwanderski – can you please fix this? Slider is broken on so many websites.

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

Successfully merging this pull request may close these issues.

3 participants