Fix: Long-Press auf FAB 350ms statt 600ms + iOS-Textauswahl unterdrücken, SW by-v1094
User-Feedback: 600ms Long-Press triggert iOS-Textauswahl. - Trigger-Dauer von 600ms auf 350ms verkürzt — feuert vor iOS- Auswahl-Callout (typisch ~500ms) - Am #worlds-fab user-select:none, -webkit-user-select:none, -webkit-touch-callout:none — verhindert dass iOS bei Press ein Lupensymbol/Auswahl-Menü öffnet
This commit is contained in:
parent
61af803d99
commit
6224044654
5 changed files with 17 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1093'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1094'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
||||
window.APP_VERSION = APP_VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue