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

Check-in Scrolling #1660

Closed
austinspooner opened this issue Jul 31, 2016 · 5 comments
Closed

Check-in Scrolling #1660

austinspooner opened this issue Jul 31, 2016 · 5 comments

Comments

@austinspooner
Copy link

Check-in scrolling does not work on Windows 10 devices that have a multi-touch touch screen. This is both for family and individual check-in.

@jonedmiston
Copy link
Member

Is this using the Windows Checkin app or straight browser. If browser I.E. Or Edge? Is it all screens?

@austinspooner
Copy link
Author

This is using the Windows app- on Windows 10 specifically. On a previous system we had to add arrows on the page the user could hit to scroll as we had the same issue with touch. I believe we also added an indicator on the scroll that some one could drag as well.

Note - this does work fine on the iPad app as well as non Windows 10 devices.

@jonedmiston
Copy link
Member

This will be hard to test/debug. What's your hardware setup?

@austinspooner
Copy link
Author

I can replicate this on all Dell Windows 10 touch screen all in one systems. Multiple models. I can also replicate this on all laptops with touch screens we have.

@Tschrock
Copy link
Contributor

Tschrock commented Aug 1, 2016

Try adding

body {
    -ms-content-zooming: none;
    -ms-touch-action: none;
}

to your css. This should disable any weird touch behavior IE has by default and allow scrolling to work properly.

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

3 participants