Bug? islidemenu tap always opens

IDDGroup

Member
Licensed User
Longtime User
I Implemented islidemenu in my app.

the issue i am having is whenever you tap the screen anywhere, the menu opens. even if you set openGesturesEnabled to false.

Its not very customer friendly, if you have text fields on the screen, and you "miss" tapping it, the menu slides open.
 

IDDGroup

Member
Licensed User
Longtime User
update:

I did find a workaround. it appears the touch gets sent to the isidemenu.

what I did was put a button on the panel, full size of the panel, and "send it to back" (makes an invisible button for uncovered areas).
then generate the click event.

that stops the tap from passing through
 
Top