geosdi / GWT-OpenLayers

GWT Wrapper for OpenLayers
47 stars 20 forks source link

Pan with mouse stops working after touch #34

Open rooch84 opened 9 years ago

rooch84 commented 9 years ago

Hi, I'm developing visualisation tool that needs to work with both touch and mouse interaction within a single session.

I've found that once you pan the map with touch, you can no longer pan the map with the cursor.

Tested on: http://demo.gwt-openlayers.org/gwt_ol_showcase/GwtOpenLayersShowcase.html?example=Basic%20OSM%20example

It occurs on both Windows 8 (with an Acer T272HUL), and on Mac OS X with Chrome Touch Emulator.

Cheers Chris