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

Range control do not support drag event on touch devices #70

Open
dhduc opened this issue Oct 8, 2018 · 2 comments
Open

Range control do not support drag event on touch devices #70

dhduc opened this issue Oct 8, 2018 · 2 comments
Labels
Enhancement Enhance performance or improve usability of original features.

Comments

@dhduc
Copy link

dhduc commented Oct 8, 2018

Version

The latest version.

Development Environment

OS: Android 6.0
Browser: Chrome Mobile 69

Current Behavior

On desktop, I can drag the range control to change its value.
But on touch devices, it's hard to make a change, I can't drag it as normally.
I figure out that _addDragEvent() function on range control do not support touch events.

Expected Behavior

Supporting the drag event for range control on touch device.

@MrGrande
Copy link

Hi, i can confirm this issue on a windows dell latitude with touch. Its not usable on touch devices.

@jinwoo-kim-nhn jinwoo-kim-nhn added the Enhancement Enhance performance or improve usability of original features. label Dec 27, 2018
@jinwoo-kim-nhn
Copy link
Contributor

@dhduc Touch events are not considered. I'm sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Enhance performance or improve usability of original features.
Projects
None yet
Development

No branches or pull requests

3 participants