<view class="stationmap">
<map id="Map" style="width: 100%; height: 100%;" latitude='{{latitude}}' longitude='{{longitude}}' markers="{{markers}}" show-location scale="17" enable-overlooking=' true controls="{{controls}}" enable-scroll=' false' bindtap="openMap" show-location='true' show-compass="true" enable-zoom="false">
</map>
</view>
</view>请问为什么地图滑来滑去,可不可以让地图固定下来,不要让一触摸就滑动,请指教
很不理解,看一眼文档就这么难吗?
老张,我也是老张,我45岁。你是小张了。呵呵!我看了文档了也试验了几次没有找到,请指教,也是刚学。
enable-scroll='{{false}}'
<map id="Map" style="width: 750rpx; height: 500rpx;" latitude='{{latitude}}' longitude='{{longitude}}' markers="{{markers}}" show-location scale="17" enable-overlooking=' true controls="{{controls}}" enable-scroll="{{false}}" bindtap="openMap" show-location='true' show-compass="true" enable-zoom="false">
加进去不行的,你估计记错了。
害我还特意去验证了一下。
我的代码没问题。
问题出在你的代码上,一眼看上去,全是错。
好歹我也开始学习折腾了几个月了,这么说我还是气馁的。我根本不是真码农,就是撸码农上占了点边边。