How to disable swiping from edge to open SideMenu?
Closed this issue · 3 comments
I'm a newbie in Android, and I'm working on an Android project with my teacher. In this project, I use a ViewPager with 2 pages, and the problem is, when I have done as in your ReadMe, my pages can't be swiped from left to right anymore. Instead, it displays your SlideHolder. I came out with a solution that I created a button to open/close the SlideHolder, but I can't figure out how to disable the swiping action that opens it. Can you please tell me how to fix this? If you're busy, just tell me some functions to solve this.
By the way, I really appreciate your work. Thank you for everything :D
In one of my projects I'm also using ViewPager in couple with SlideHolder, so I've created some methods specifically for this case:
SlideHolder.setAllowInterceptTouch(false);
It works perfect @dmitry-zaitsev. Thank you again :D
You're welcome :)
On Mon, May 20, 2013 at 1:07 PM, dragonsky90 notifications@github.comwrote:
It works perfect @dmitry-zaitsev https://github.com/dmitry-zaitsev.
Thank you again :D—
Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-18138266
.