NappDrawer icon indicating copy to clipboard operation
NappDrawer copied to clipboard

iOS: Drawer OPEN_MODE_ALL makes swipes from right to left very difficult. Can we have a new type of drawer opening.

Open mark22 opened this issue 9 years ago • 4 comments

OPEN MODE ALL will respond to an opening gesture anywhere on the screen, which blocks swipes from right to left (needed to delete items in IOS8).

OPEN_MODE_BEZEL_PANNING_CENTERWINDOW is too restrictive, you really have to start panning from the left outer edge of the screen for it to be effective.

Can we have something in the middle? Say if a user pans from the left 50% of the screen, or 75% of the screen (there by leaving 25% of the right outer edge for right to left swipes). Best option would be to leave it to us users to define the %

mark22 avatar Mar 02 '15 01:03 mark22

:+1:

caspahouzer avatar Mar 02 '15 07:03 caspahouzer

Make sense. You should be able to go in and adjust the outer margin in the bezel mode. Then recompile the module. That should do it

viezel avatar Mar 02 '15 08:03 viezel

@viezel Thanks Mads, could you help me on where I can make that adjustment? (BTW this is Mark, the guy who kicked off this whole project :) :)

mark22 avatar Jun 29 '15 00:06 mark22

look here: https://github.com/mutualmobile/MMDrawerController/blob/master/MMDrawerController/MMDrawerController.m#L42

viezel avatar Jun 29 '15 06:06 viezel