标签: reactjs dictionary events google-maps-api-3
我使用徒手绘制功能在网站上构建地图搜索,它在桌面网络上正常工作。但无法在移动网络上工作。 我使用事件:mousedown,mousemove,mouseup。
按照教程进行:http://jsfiddle.net/YsQdh/88/ 谢谢
google.maps.event.addDomListener(this.map.getDiv(),'mousedown',function(e){ });