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.
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.