Navi-Sounds: zurueck zu HTMLAudio mit Gesten-Priming — WebAudio war stummschalter-stumm

Prod-Befund Rene: kein Ton. Ursache: v1244-Umbau auf AudioBuffer/WebAudio —
der respektiert den iOS-STUMMSCHALTER (= Gassi-Normalzustand) -> Stille.
HTMLAudio spielt wie Medien trotz Stummschalter (deshalb klang Staging v1243
richtig). Den urspruenglichen Lazy-Load-Bug loest jetzt GESTEN-PRIMING:
im unlock() stumm anspielen (play+pause, muted) = Wiedergabe-Erlaubnis fuer
spaetere gestenlose Ansagen + erzwingt das Laden. readyState>=2-Check,
Synthese bleibt Fallback.
Bump v1248
This commit is contained in:
rene 2026-06-06 20:24:35 +02:00
parent 0d976b90b7
commit 85d578874a
6 changed files with 48 additions and 41 deletions

View file

@ -4,7 +4,7 @@
============================================================ */
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
const VER = '1247';
const VER = '1248';
const CACHE_VERSION = `by-v${VER}`;
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten