I have a Webpage with an iFrame showing a Web map.
The user can drag the map with a mouse but not on a mobile device with touch gestures.
My idea is to replace mouse events with the corresponding touch events, is that possible or is there a better way?