Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gesture recognisers after tap on menu button #116

Open
firuz1844 opened this issue Mar 27, 2014 · 7 comments
Open

Gesture recognisers after tap on menu button #116

firuz1844 opened this issue Mar 27, 2014 · 7 comments

Comments

@firuz1844
Copy link

Hello Stefanoa and others!
I am faced the next strange behaviour in the SASlideMenu - when I open menu by tapping on menu button, and then close it by sliding it back the content view are not respond to any gestures.
PS iOS 7.1

@stefanoa
Copy link
Owner

Hello Firuz,

Do you have a simple example/project that shows the problem ?

@firuz1844
Copy link
Author

Unfortunately no, because the project is not simple and very large.
I found some interesting thing - when i tap menu button panningState property in SASLideMenuRootViewController changes to SASlideMenuStateRight (it's means, thats we are showing left menu now). But when i sliding content view back with panGesture - the panningState property is not changes and stet still SASlideMenuStateRight. It's why is content view doesn't responds - its protected with tapShield.
But next strange thing - is that tapShield doesn't worked for me never. I mean - when i am showing left menu I can interact at the same time with content view.

@stefanoa
Copy link
Owner

What type of content are you showing ?

@firuz1844
Copy link
Author

It is static table view. But it's doesn't matter, because any type of content are not respond. If i tapped once on the content view and the next gestures (after that tap) are responds. It's looks like the tapShield is prevent gestures.
I tried your demo project - the behaviour are same. Try to open your sample project. Then tap on menu button and then slide out back by dragging (not press button). And you will get unrespondable view. But if you press once it will respond after that

@stefanoa
Copy link
Owner

I could not reproduce your behaviour but I found that sometimes the shield is not working, I have to look at it.
What version are you using?

@firuz1844
Copy link
Author

2.0.3

@stefanoa
Copy link
Owner

Ok, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants