I'm trying creating MapView and other views like Button, EditText, etc.. inside the ScrollView. The problem is that the user won't be easily zoom in/out the map manually because it's conflicting with ScrollView. I want to lock the ScrollView from scrolling when MapView is being touched by finger. Is that possible?
Asked
Active
Viewed 34 times
0
Zin Win Htet
- 2,448
- 4
- 32
- 54
-
1Duplicate of http://stackoverflow.com/questions/14025859/scrollview-is-catching-touch-event-for-google-map – Shantanu Paul Mar 15 '16 at 04:02
-
1Check this answer: http://stackoverflow.com/a/21669617/3663773 . It worked for me. – Shantanu Paul Mar 15 '16 at 04:03
-
yap, that's what i need. Thank you so much. :) – Zin Win Htet Mar 15 '16 at 04:04