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 ?
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 ?
You can add this line on your scrollview in order to allow only vertical scrolling.
android:scrollbars="vertical"