Fix: Bottom-Nav immer fixiert + Gründer-Seite null-Error
- body: height:100% + overflow:hidden — body scrollt nie mehr selbst - #app: height:100dvh (war min-height) + overflow:hidden — exakte Viewport-Höhe - Desktop (768px+): #app height:auto + min-height:100dvh zurück (kein Bottom-Nav) - #page-content: -webkit-overflow-scrolling:touch für iOS-Momentum-Scroll - gruender.js: null-Check vor _renderStats() gegen "null is not an object"-Crash - SW by-v522, APP_VER 499
This commit is contained in:
parent
d1e4867fb4
commit
b27e4b006f
5 changed files with 14 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v521';
|
||||
const CACHE_VERSION = 'by-v522';
|
||||
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