I am building an app using html5 and will be used for offline use. The main page of the app is made using php in a framework. So I am trying to cache the page generated using the manifest.
The url might look like this: http://somedomain.com/my/web/app/id/12
This is a page that generates the html for a certain theme for the app. But for some reason as soon as I moved the app from a static html file to the dynamic url, the html page is no longer working offline.
Does anone know what I need to do to get this to work correctly? Has anyone else done this? I have a manifest file that is caching images already.