September 14, 20196 yr No you can not. ClicShopping use some CDN to call some javascript. If you are offline, you will will some little problem because the js will not loaded.
September 18, 20196 yr Maybe via a service worker, you can do that. but it's not included inside the solution. Edited September 18, 20196 yr by Foster
September 19, 20196 yr A service worker is a script that your browser runs in the background, separate from a web page, opening the door to features that don't need a web page or user interaction. Today, they already include features like push notifications and background sync. In the future, service workers might support other things like periodic sync or geofencing. The core feature discussed in this tutorial is the ability to intercept and handle network requests, including programmatically managing a cache of responses. The reason this is such an exciting API is that it allows you to support offline experiences, giving developers complete control over the experience. more info there : https://developers.google.com/web/fundamentals/primers/service-workers
September 20, 20196 yr I never use ClicShopping on my desktop, just installed on my server. Ok, good to know it' impossible to use offline.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.