0

I have one Fragment and in that I have taken mapview which is inside ScrollView. While Scrolling the mapview It doesn't scrolling vertically due to it is inside ScrollView, But It scrolls horizontally.

How to avoid this Problem ?

user5716019
  • 598
  • 4
  • 17
  • solution is here : http://stackoverflow.com/questions/16974983/google-maps-api-v2-supportmapfragment-inside-scrollview-users-cannot-scroll-th – user5716019 Jan 22 '16 at 11:32
  • Here is a better solution. Try it out, and let me know if you have any doubts. https://stackoverflow.com/questions/16974983/google-maps-api-v2-supportmapfragment-inside-scrollview-users-cannot-scroll-th/53411743#53411743 – Saamzzz Nov 21 '18 at 12:18

1 Answers1

0

You can add this line on your scrollview in order to allow only vertical scrolling.

android:scrollbars="vertical"  
Kristo
  • 1,339
  • 12
  • 22