Skip to content

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