iOS Question iSideMenu stop menu's from opening

Brian Robinson

Active Member
Licensed User
Longtime User
Quick Question.

Is the OpenGesturesEnabled property when set to false designed to stop you from being able to open the side menu's?

I have set it to false and I am still able to swipe the menu's open.

Cheers
Brian
 

Brian Robinson

Active Member
Licensed User
Longtime User
Thanks for your answer, that is why I was asking what the expected behaviour was. If that is the case, then I will do a small example to see where I am going wrong.

Cheers
Brian
 
Upvote 0

Brian Robinson

Active Member
Licensed User
Longtime User
I have created a small example of what I mean.

In my example I am trying to turn off the side menu's from a side menu item, which is not what I am doing in my real app, but it should demonstrate what I need to do. Just not sure if that is what the property is for.

Do I have to reassign the KeyController instead to achieve what I want to do?
 

Attachments

  • SideMenuTest.zip
    1.5 KB · Views: 190
Upvote 0

Brian Robinson

Active Member
Licensed User
Longtime User
I have found a fix for it.

But I am probably doing it the wrong way. I am manipulating the KeyController for the app instead.

If there is an easier way to do it I would be happy to know, and also why the OpenGesturesEnabled property does not work in this case.


Cheers
Brian
 

Attachments

  • SideMenuTest.zip
    1.6 KB · Views: 176
Upvote 0

Similar Threads

Top