Fix: Bottom-Nav iOS — window scrollt statt #page-content
position:fixed funktioniert auf iOS nur stabil wenn der window-scroll aktiv ist. Innere Scroll-Container lassen fixed-Elemente während des Scrollens 'driften'. - #page-content: overflow:visible (window scrollt) - body.page-fullscreen: Klasse für Karte/Routen/Chat/Gassi/Sitting → dort overflow:hidden + interner Scroll wie bisher - navigate(): setzt/entfernt page-fullscreen bei jedem Seitenwechsel - SW by-v527, APP_VER 504
This commit is contained in:
parent
61be87f29e
commit
359d46d9bc
3 changed files with 35 additions and 9 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v526';
|
||||
const CACHE_VERSION = 'by-v527';
|
||||
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