Rıdvan Can Türk

Results 4 comments of Rıdvan Can Türk

I realized that i don't cache the root '/'. And this document says i have to cache it. I don't know if it is the cause of my issue. [https://github.com/NekR/offline-plugin/blob/master/docs/examples/SPA.md](url)...

I tried ServiceWorker.navigateFallbackURL property but it doesn't work either. Here is the latest Offline-Plugin config i tried: ``` new OfflinePlugin({ externals: [ '/android-chrome-192x192.png', '/android-chrome-256x256.png', '/android-chrome-512x512.png', '/apple-touch-icon.png', '/favicon.ico', '/favicon-16x16.png', '/favicon-32x32.png', '/mstile-150x150.png',...

Thanks for the reply @GGAlanSmithee I tried appShell option. But, appShell navigates all requests to '/offline.html' instead of fallback requests when i configure appShell: '/offline.html' . I can't achieve navigating...

Hi, @clauub, You may look at the fork: https://github.com/ridvandev/ErpNet.FP I have a commit to fix some commands: [2ed544b96237260c0c068e19416488e95c1deb68](https://github.com/ridvandev/ErpNet.FP/commit/2ed544b96237260c0c068e19416488e95c1deb68)