Seeing this with Chrome (in responsive mode and on android). Only 1-3 pan events are fired for me when panning over a div component with e.g.
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
Relevant Hammer.js discussion: hammerjs/hammer.js#1065
Workaround which worked for me was applying the CSS touch-action: pan-y to the memory-scroll component.
Seeing this with Chrome (in responsive mode and on android). Only 1-3 pan events are fired for me when panning over a div component with e.g.
Relevant Hammer.js discussion: hammerjs/hammer.js#1065
Workaround which worked for me was applying the CSS
touch-action: pan-yto the memory-scroll component.