Feature: Kamera-Fotos im Tagebuch in Mediathek speichern anbieten
Nach capture-Aufnahmen erscheint Button 'Zum Fotoalbum hinzufügen'. Nutzt Web Share API (iOS/Android) mit <a download> als Fallback. UI.saveToAlbum() als wiederverwendbare Utility in ui.js. SW by-v200, APP_VER 168.
This commit is contained in:
parent
8fdca1f211
commit
e97bd744e9
4 changed files with 64 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '167'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '168'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
|
||||
const App = (() => {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue