Hi, what is the best way to do the following things?
on center view, pan horizontally should open left or right side drawer, pan vertically will trigger another custom event (such as a label on center view update it's value by pan up or pan down, because the label's value is change continuously by the pan gesture's distance,so I need to detect pan, not swipe )
Now my solution is: setOpenDrawerGestureModeMask to none, and define custom pan event handler. But I think maybe there is simple way for mmdrawer to differentiate pan direction on center view ?
Hi, what is the best way to do the following things?
on center view, pan horizontally should open left or right side drawer, pan vertically will trigger another custom event (such as a label on center view update it's value by pan up or pan down, because the label's value is change continuously by the pan gesture's distance,so I need to detect pan, not swipe )
Now my solution is: setOpenDrawerGestureModeMask to none, and define custom pan event handler. But I think maybe there is simple way for mmdrawer to differentiate pan direction on center view ?