Fix: Drag-and-Drop in Welten-Konfig für Desktop (Pointer Events)
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
This commit is contained in:
parent
1b3b150b50
commit
82869e3f12
4 changed files with 25 additions and 29 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v1010';
|
||||
const CACHE_VERSION = 'by-v1011';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue