Open jimbergman opened 2 years ago
Long Action Sheets won't scroll.
Also when the app is installed on a device, if you tap-hold and move you finger to either side of the screen, you get this error:
Uncaught TypeError: Cannot read property 'closest' of null at Framework7.handleTouchMove (framework7.bundle.js:4376) at framework7.bundle.js:2573 at Array.forEach (<anonymous>) at framework7.bundle.js:2572 at Array.forEach (<anonymous>) at Framework7.emit (framework7.bundle.js:2566) at emitAppTouchEvent (framework7.bundle.js:4483) at HTMLDocument.appTouchMoveActive (framework7.bundle.js:4498)
Uncaught TypeError: Cannot read property 'closest' of null
at Framework7.handleTouchMove (framework7.bundle.js:4376)
at framework7.bundle.js:2573
at Array.forEach (<anonymous>)
at framework7.bundle.js:2572
at Framework7.emit (framework7.bundle.js:2566)
at emitAppTouchEvent (framework7.bundle.js:4483)
at HTMLDocument.appTouchMoveActive (framework7.bundle.js:4498)
Steps to reproduce the behavior:
A long Action Sheet should be scrolled by tap-hold and slide up and down. This used to work in older Framework7 versions.
The Action Sheet won't scroll and selects whichever Action Sheet item is under your finger when you lift it up.
n/a
works fine in F7 v6x, first noticed in F7 v7.0.5 and still doesn't work in v7.0.8
Describe the bug
Long Action Sheets won't scroll.
Also when the app is installed on a device, if you tap-hold and move you finger to either side of the screen, you get this error:
Uncaught TypeError: Cannot read property 'closest' of null
at Framework7.handleTouchMove (framework7.bundle.js:4376)
at framework7.bundle.js:2573
at Array.forEach (<anonymous>)
at framework7.bundle.js:2572
at Array.forEach (<anonymous>)
at Framework7.emit (framework7.bundle.js:2566)
at emitAppTouchEvent (framework7.bundle.js:4483)
at HTMLDocument.appTouchMoveActive (framework7.bundle.js:4498)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A long Action Sheet should be scrolled by tap-hold and slide up and down. This used to work in older Framework7 versions.
Actual Behavior
The Action Sheet won't scroll and selects whichever Action Sheet item is under your finger when you lift it up.
Screenshots
n/a
Additional context
works fine in F7 v6x, first noticed in F7 v7.0.5 and still doesn't work in v7.0.8