wiseman / mavelous

multi-platform ground station for drones that speak the MAVLink protocol
MIT License
168 stars 85 forks source link

Drone icon misbehaves on clicks or taps #6

Closed pchickey closed 12 years ago

pchickey commented 12 years ago

The drone icon is a transparent png on a separate layer from the map. Clicking on it does not create a click at the map point below - this is a problem for creating guide points close to the current position of the drone.

On Mobile Safari, double tapping on the drone icon can lead to zooming the whole web viewport to the icon.

I will try the following css:

pointer-events: none;