Changes at "Custom splash screen"
Title
- +{"en"=>"Custom splash screen"}
Body
-
+["
Ref. PWA08
NOTE: this feature is from a big development. See PWA discussion at GitHub.
Is your feature request related to a problem? Please describe.
As a visitor when I visit a PWA website with the Home Icon from âAdd to Home screenâ I donât want to see a loading white page.Describe the solution youâd like
For solving this issue, thereâs the possibility of PWAs to configure the Splash Screen on the manifest.json file.Describe alternatives youâve considered
To have a native mobile app, but thatâd be too expensive to implement.Additional context
In the case of Decidim, itâs pretty important that this works with multitenant. It should also be configured on the admin panel (Appearance section).https://web.dev/splash-screen/
Does this issue could impact on users private data?
NoAcceptance criteria
- Given that Iâm an administrator
When I go to the Organization -> Appearance section on the admin panel
Then I and configure a new splash screen - Given that Iâm a visitor with the Home Icon
When I click it
Then I see the custom splash screen.
"] - Given that Iâm an administrator
Share