Fix: Installationsanleitung scrollt direkt zur Install-Karte — SW by-v440, APP_VER 419
Klick auf "Installationsanleitung" in Settings navigiert jetzt mit params
{ install: true }, welcome.js zeigt die Karte auch bei bereits installierter
PWA und scrollt direkt dorthin.
This commit is contained in:
parent
664fb2a79b
commit
b4c3698a3a
4 changed files with 16 additions and 9 deletions
|
|
@ -575,7 +575,7 @@ window.Page_settings = (() => {
|
|||
});
|
||||
|
||||
document.getElementById('settings-install-btn')?.addEventListener('click', () => {
|
||||
App.navigate('welcome');
|
||||
App.navigate('welcome', true, { install: true });
|
||||
});
|
||||
|
||||
document.getElementById('settings-push-btn')?.addEventListener('click', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue