On May 28, 2010, at 8:40 AM, ext Jimmy Aumard wrote: > Hello, > > I have test OpenLayers example on android and they works but I can't move on > map with touch, it's normal? I have no interaction with map
Android (and most touch browsers) do not support/implement mousemove events based on dragging in the map. There has been some work towards improved touch-based navigation for iPhone using Apple-generated touch events. Assuming the android browser implements similar properties, this effort could also help on Android. Regards, -- Christopher Schmidt Nokia _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
