Jul 27, 2017 · 1 min read
For the “The start URL loads while offline (can’t do this on iOS)” requirement, could you set the HTML page Cache-Control header so after it loads the first time it will load offline in the future? Then use JavaScript in the onload event to retrieve fresh data or check silently in the background if there’s a new base version of HTML to download?
