ionic-team / ionic-ion-drawer

A side menu drawer for Ionic apps
51 stars 84 forks source link

The drawer is close or open when I scroll down or up #6

Closed cmarrero01 closed 8 years ago

cmarrero01 commented 9 years ago

I found a big issue with this implementation of drawer, when the menu is scroller to down or up, is extremely sensitive and when I scroll I can drag to left or right.

petarov commented 9 years ago

Yeah, that is a bit irritating. What I did as a workaround to this in the doDrag function was to prevent the drag to the right from triggering the drawer animation. This, of course, only when the menu is already opened.

This has minimized the sensitivity issue a lot.

vitalyrotari commented 9 years ago

You can check my fork version, there is many fixes and improvements. I understand, in this repo is just a small demo without updates.