In my android app I have a jfeinstein sliding menu , I enabled the sliding gesture to show and hide it.
In one of my activities I have a google map, but when I touch the map to navigate into it, if i slide my finger from left to right, the menu appears and the map doesn't move.
Is there a way to prevent the menu from sliding in and 'pass' the touch event to the map in order to let the user navigate it?