PROBLEM
I want to use Google Map V2
in Navigate Drawer
but I can't disable Navigate Drawer
and give touch handler to the map when it was touched. What should I do ???
NOTE
I have experience the similar problem like this before...
I would like to use SeekBar
in Navigate Drawer
and it can't scroll the SeekBar.
At that time, I can archive it by using onTouchListener()
for SeekBar directly but now it cannot.
Hope this was the solution that you had implemented earlier
SOLUTION
So, here is my solution thank to this post, I have adapt some code to archive my goal.
STEP 1 :: create TouchableWrapper Class for
MySupportMapFragment
STEP 2 :: override
dispatchTouchEvent()
and do as the followingSTEP 3 :: Create MySupportMapFragment Class and bind it with TouchableWrapper
STEP 4 :: Change your original xml Map Fragment to your custom one
Yeah, That's all now the
Google Map V2
can drag in theNavigating Drawer