You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the horizontal pan event to dismiss item in a list. If there are many items and I swipe up, the list should scroll. This works as expected in the browser i.e swiping on an item dismisses it and vertical swipe scrolls the list.
I have progressive web app and when I add the app to home screen and open it, the vertical swipe no longer scrolls the list instead the horizontal pan consumes the event.
Just to be clear, I am using the react-hammerjs library and have an onPan listener for each list item. I do not have a global listener.
I use the horizontal
pan
event to dismiss item in a list. If there are many items and I swipe up, the list should scroll. This works as expected in the browser i.e swiping on an item dismisses it and vertical swipe scrolls the list.I have progressive web app and when I add the app to home screen and open it, the vertical swipe no longer scrolls the list instead the horizontal pan consumes the event.
Just to be clear, I am using the react-hammerjs library and have an
onPan
listener for each list item. I do not have a global listener.#1050
The text was updated successfully, but these errors were encountered: