I am trying to put a Google map inside a scroll view, so that the user can scroll down other contents to see the map. The problem is that this scroll view is eating up all t
Most of the options listed above did not work for me but the following proved to be a great solution to the problem for me:
Cheese Barons Solution
I also had to implement is slightly differently for my implementation, as I am using the map in a fragment which made things slightly more complicated but easy to get working.