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

Edge browser with touch screen not working #100

Open
R2D221 opened this issue Sep 17, 2015 · 2 comments
Open

Edge browser with touch screen not working #100

R2D221 opened this issue Sep 17, 2015 · 2 comments

Comments

@R2D221
Copy link

R2D221 commented Sep 17, 2015

Using Windows 10 and the new browser Edge, if you try to use the touch screen to drag any of the sliders in the demo page, nothing happens. Dragging with the mouse still works.

@mattkoch614
Copy link

I have the same problem with Edge. In addition, this also happens when using touch on IE 11.

@mattkoch614
Copy link

What worked for us was adding the following CSS to our project, after dragdealer's CSS was loaded:

.dragdealer {
    touch-action: none;
    -ms-overflow-style: none;  
}

After implementing this, dragging functionality started working again in MS Edge and IE 11.

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

No branches or pull requests

2 participants