Issue
I am using SlidingMenu together with a MapView and would like to disable swipe gesture used to open the menu whenever user has the map fragment as the content fragment. How can I do it?
Solution
on SlidingMenu object do getSlidingMenu().setSlidingEnabled(false);
when your fragment is visible.
Answered By - Adhikari Bishwash
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.