On Monday, 23 February 2015 10:37:09 UTC-8, Jonas Sicking  wrote:
> 
> The lack of ability to save for later viewing is a big problem on mobile.
> 
> The fact that native is so much better at retaining content to make it
> available later when the user is offline is one of the big reasons
> that the web is having a hard time competing with native.
> 
> So I do think that this is an important problem to solve.

ServiceWorker + IndexedDB should get you pretty far--most apps that users want 
to use offline are client-side rendered, and certainly all of the ones that get 
close to smooth on mobile are. This means all of the presentation data is 
encoded in cached JS+CSS already.

- Rob
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to