https://developers.weixin.qq.com/miniprogram/dev/component/map.html
设置了 enable-scroll=false 禁用拖动也是不行。
代码如下:
<map class="map" bindmarkertap="openLocation" bindcallouttap="openLocation" bindtap="openLocation" markers="{{calloutMarkers}}" latitude="{{calloutMarkers[0].latitude}}" longitude="{{calloutMarkers[0].longitude}}" scale="14.9" enable-zoom="{{false}}" enable-scroll="{{false}}"></map>
我也遇到这样的问题,在h5和app端就失效了,在小程序上确实 可以禁用
如果你的地图本来就可以滑动,那滑动地图就应该地图滑动,页面不动。
当然你可以添加一层遮罩view解决此问题。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)