手机不触发map bindtouchend等事件
<map class='map' id='map' bindmarkertap='bind_mkr_tap' bindtouchstart='bind_map_move_start' bindtouchend='bind_map_move_end' longitude="{{longitude}}" latitude="{{latitude}}" show-location> </map> |
以上代码在开发者工具中测试,可以全部触发,但是在手机上全部不能触发,请问这是为什么,我上几个星期还在手机上测试过可以的,今天就不行了。不知道是个别手机原因还是其他,请有时间的用代码片段测试一下
