touchstart/touchmove/touchend → pointerdown/pointermove/pointerup: - Pointer Events funktionieren auf Mouse (Desktop) + Touch (Mobile) gleich - setPointerCapture() für sauberes Drag auch wenn Maus das Element verlässt - e.touches[0] → e.clientX/clientY direkt aus dem Pointer Event - Nur linke Maustaste (e.button === 0) startet Drag SW by-v1011, APP_VER 1011 |
||
|---|---|---|
| .. | ||
| pages | ||
| api.js | ||
| app.js | ||
| leaflet.js | ||
| leaflet.markercluster.js | ||
| qrcode.min.js | ||
| ui.js | ||
| worlds.js | ||