Hi good pple,
This is what I have done to cache my app, but it's not working:
-Edit the <html> tag on the index.html file to point to the manifest file <html manifest="http://localhost/template-login-view-master/www/php/cache.manifest">
-Create a file named cache.manifest inside the php folder. Add in that file these lines:
CACHE MANIFEST
# rev 42
CACHE:
clickSlider.png
clickSlider.png is a file the app uses somewhere. It's located in the php folder.
-Create a file named .htaccess inside the php folder with this line :
AddType text/cache-manifest .manifest .
When I stop the server and refresh the app, it doesn't show anything. Please help.