Hi
I have an issue with the scrolling behaviour of a panel in a dockPanel layout on a tablet.
The result of scrolling is not as expected:
- scrolling down mosty scrolls all the way down in one big animation, independent of the gestures length and speed.
- scolling up sometimes seem not not fire the event so the panel does not scroll
- the scrolling event seem to execute after the gesture finished
I tried to create an example as code snipped of the created Ui.
https://jsfiddle.net/ref83vz4/6/
Did i implement something the wrong way?
In the original application i now catch the “swipetop” and “swipebutton” events and manually implemented a scroll effect by using the scrollBar-properties of the panel. But this does not look so nice as “regular scrolling”