Meteor Mobile - Swipe in 4 directions

Hi everyone,

This is my first post here so I’m sorry if I miss something.
I’m using Meteoric to build an app and I would like to have the possibility to swipe horizontally and vertically for each “panel”.
The idea is like having a deck of cards, swiping left and right through them and selecting some by swiping either up or down.
As I know, Meteoric uses Slick for the swipe functionality and horizontal+vertical mode is not supported. I haven’t been able to find something that does this (package/example).
Can someone help me with this?

Thanks in advance.

Meteoric’s Slick implementation is minimal. And the project itself seems no longer being developed. Either you could patch the code yourself; do some manual Slick JS work (jQuery way); or switch to other mobile UI framework like Framework7.

Have you tried hammerjs package? I have used this with meteoric before (swipe left right only).