I need to get rid of right sidemenu, still mantaining the menu button on the topbar/toolbar
Indeed I put the MATERIAL_MENU icon as right command there, but I need to have some listener of the button press. Is it right? I cannot check today because the CN1 plugin is broken on my installations.
The menu must not appear, even in background or hidden because I am checking if I can restore the user interface of my app.
I had to create some special points in the code where the menu has to be closed forcefully.
Indeed there happen sequences of
menu-open
menu-close
menu-open
menu-close
menu-open
menu-close
menu-open
menu-close
etc
at some points
and it is bad for my special class that handles dialogs.
The
workaround were enough on the simulator and on Android but not iOS, so I
have to get rid of the menu and use a dialog for it.
Thanks in advance