Re: [w3c/manifest] Icon purpose "splashscreen" and splashscreen text (#844)

> A new member with alternatives (i.e. animated icon , animation duration) to include in splashscreen would be good especially to get closer to native apps.

Thanks @lauramorinigo. The problem that we run into here - when dealing with any assets and animation timing - is that we risk creating a new layout/markup language inside the manifest. 

Ideally, that anything that requires layout and animation would be handled by a HTML/CSS/JS in the `"start_url"`. This is the same as in native apps (e.g., in iOS), whereby one just uses a standard "view controller" to lay out their splash screen (e.g., [1]). Ideally, the resources for "start_url" are already cached in a service worker, so when the app starts, the engine can quickly compose and render the page exactly as the app creator intended. 

[1] https://www.youtube.com/watch?v=s4skYI4GaOg


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/844#issuecomment-851107226

Received on Monday, 31 May 2021 01:25:16 UTC