Last Updated: February 25, 2016
·
576
· jhandel

HTML 5 Offline App Gatcha

When building HTML 5 offline applications your App Manifest must account for ALL web calls your app will make, to cover service calls include a "*" wild card in your NETWORK: section of the app.manifest.

Example

CACHE:
[ your files here]

FALLBACK:
[your "not connected" files here]

NETWORK:
*