Re: [manifest] A means to specify the min time a splash screen should remain on screen. (#372)

@kenchris wrote: 
> I would love a DOM API for hiding it. We use that in Crosswalk.

It would be good to investigate when people are calling this API... there has also been talk of adding a "appready" user fireable event in the past, which could be used with something like this.  
```JSON
}
//keyword 
"splash_screens_bikeshedme": "appready",
// or time-based
"splash_screens_bikeshedme": "1000" 
}
 
```

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/372#issuecomment-97072911

Received on Tuesday, 28 April 2015 13:58:29 UTC