Closed GoogleCodeExporter closed 8 years ago
Please see issue 387. You likely have some click handler on the map view itself
which is interfering with the ability for the maps gesture detectors to do
their job.
Original comment by kurtzm...@gmail.com
on 2 Apr 2013 at 3:07
Do you have:
android:clickable="true"
set on your MapView? Try removing it and see if that helps.
Original comment by kurtzm...@gmail.com
on 6 Apr 2013 at 2:49
I had the same issue when moving from 3.0.8 to 3.0.9.
-Removing-
android:clickable="true"
helped me. Thanks for the tip!
Original comment by jopvanra...@gmail.com
on 10 Apr 2013 at 12:52
I had also the same issue when moving from 3.0.8 to 3.0.9.
The problem was because I registered the mapview for context menu.
I fixed it by registering the mapview's parent.
Original comment by cilia.r...@gmail.com
on 21 Apr 2013 at 1:05
Original comment by kurtzm...@gmail.com
on 11 Jun 2013 at 1:54
Issue 440 has been merged into this issue.
Original comment by kurtzm...@gmail.com
on 10 Jul 2013 at 8:40
Original issue reported on code.google.com by
bunob...@gmail.com
on 2 Apr 2013 at 12:25