Currently files are served with cache headers which should allow offline access, but browsers do not fully support them. To work offline in Android devices, it is necessary to add a manifest and a service worker.
This has been requested and there has been a fork which attempted to implement it (though with various issues and now abandoned with the commits apparently deleted).
Currently files are served with cache headers which should allow offline access, but browsers do not fully support them. To work offline in Android devices, it is necessary to add a manifest and a service worker.
This has been requested and there has been a fork which attempted to implement it (though with various issues and now abandoned with the commits apparently deleted).