jekyll-pwa icon indicating copy to clipboard operation
jekyll-pwa copied to clipboard

Trying to make cache fetch work

Open Julianoe opened this issue 6 years ago • 1 comments

Hello! I'm trying to get a grasp around PWAs and i'm using my personal website running with Jekyll to test that. I stumbled upon your plugin it seems to work partly but i wonder: shouldn't it allow offline fetch of the content? It does not seem to work. The service worker i manually wrote at first was not perfect but did that. I was looking for a way to generate the caching function automatically for all html files. Is this something that can be done with this tool?

Julianoe avatar Jan 19 '19 02:01 Julianoe

Hi Julianoe, yes it does work just fine. Visit one of my sites once, then turn your phone into 'airplane mode' and the site is still available offline: https://iridiumbrowser.de If you use the template service worker in the docs you will achieve the same result. Happy Jekylling!

souldanger avatar Jan 19 '19 08:01 souldanger