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

Swipe up/down doesn't react on Edge 80 (Chromium), Win10 tablet #46

Open
m0jimo opened this issue Feb 13, 2020 · 5 comments
Open

Swipe up/down doesn't react on Edge 80 (Chromium), Win10 tablet #46

m0jimo opened this issue Feb 13, 2020 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@m0jimo
Copy link

m0jimo commented Feb 13, 2020

On Lenovo tablet with Win10, Edge 80.0.361.50 (Chromium) scroller doesn't recognise swipe gestures for changing the content. The same problem is with Chrome 80.0.3987 on the same tablet.
You can only a click on the line and the clicked value is selected with the animation.

I added a css for s dialog window where the scrollers are but it doesn't help

{
  overflow: auto;
  overscroll-behavior: contain;
  height: 300px;
}

Google guide for pull-to-refresh. It works for the whole page but doesn't help for accepting swipe gestures for qscroller.

I'll try to investigate it more later along with iOS issue.

@hawkeye64
Copy link
Member

hawkeye64 commented Feb 13, 2020

I just tested on Windows 10 (Edge). Doesn't work for scrolling at all. Mouse wheel does not work. Clicking does not work. And, to top it off, if a scroller has X number of columns, it is showing X - 1. Chrome under windows 10 works. I can not test touch.

@hawkeye64
Copy link
Member

Hmmm, Edge console says unexpected end tag in date-range. That would be in the example somewhere.Only happened once. On a page refresh then no warning. Edge is horrible. :(

@hawkeye64
Copy link
Member

Upon further investigation, the new Edge (built with Chromium) works perfectly and super fast compared to old Edge.

@m0jimo
Copy link
Author

m0jimo commented Feb 13, 2020

The latest Edge has Chromium core. It works unless you use touch device. With mouse it works as expected.

@hawkeye64
Copy link
Member

Anyone with touchscreen on Windows 10, I'd appreciate a little help with this. Thanks.

@hawkeye64 hawkeye64 added the help wanted Extra attention is needed label Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants