Yes you will still need to use the app cache. But if using pushstate it should only really need to handle a few pages.
On a side note, how are you going to deal with authentication when the user goes offline then comes back online? On 12 December 2014 at 05:47, Jochen Daum <[email protected]> wrote: > Hi, > > > > Application cache doesn't look that suitable (but may be a time > > saver). > > I'm planning to use localStorage for storage, because of its wide > availability. I thought appCache/ cache manifest was needed to know my > document or asset was in cache for offline? Is it not? > > > > Perhaps saving to local sql storage > > Decided with client that the browser support is not wide enough. > > Kind regards, > > Jochen > > -- > -- > NZ PHP Users Group: http://groups.google.com/group/nzphpug > To post, send email to [email protected] > To unsubscribe, send email to > [email protected] > --- > You received this message because you are subscribed to the Google Groups > "NZ PHP Users Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "NZ PHP Users Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
