使用openlayers和手机轻敲事件不起作用

时间:2014-01-16 23:08:08

标签: javascript mobile touch openlayers

我使用openlayers 2.13和geoserver 2.1.3中的矢量图层。

我使用JS动态创建矢量图层中的点。如果我用手指敲击一个点,就不会在智能手机和平板电脑中“点击”。

我使用<script type='text/javascript' src='OpenLayers.js'></script>。这够了吗?我应该使用OpenLayers.mobile.js吗?

我该如何解决这个问题?

由于

1 个答案:

答案 0 :(得分:0)

智能手机有特定事件。它们是touchstart,touchmove和touchend

http://dev.openlayers.org/docs/files/OpenLayers/Handler/Click-js.html

希望有所帮助