ScrollView is catching touch event for google map

前端 未结 4 1928
醉酒成梦
醉酒成梦 2021-01-18 00:50

I have a horizontal scroll view that contains a hierarchy of viewgroups and then finally a google map. My problem is that the HSV is catching the left-right drag that\'s mea

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 01:24

    try to override the onTouch of the map and always return true from it.

提交回复
热议问题