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