Re: HTML5 Offline apps with Django 1.4

2013-02-28 Thread Russell Keith-Magee
Hi Ranjith, Perhaps I've confused things here -- when you're serving offline HTML5, you need to serve (at least) 2 pages -- a page with html, and a *completely separate* second page containing the manifest. The manifest file has a content type of text/cache-manifest; your HTML is served with a nor

Re: HTML5 Offline apps with Django 1.4

2013-02-25 Thread Ranjith Chaz
Thanks for the reply, Russell. I had tried it already. What I get when I do this is, the html source instead of the web page. That is, the complete html code gets printed out in the browser and it happens in all browsers irrespective of mobile, desktop. On Thursday, February 21, 2013 1:08:16 P

Re: HTML5 Offline apps with Django 1.4

2013-02-21 Thread Russell Keith-Magee
On Thu, Feb 21, 2013 at 3:38 PM, Ranjith Chaz wrote: > Trying to implement *offline** *feature of *HTML5*. Deployed in * > apache2.2* with mod_wsgi plugin. > It works as expected (i.e., loads the cached page when offline) in chrome, > Opera (using window.openDatabase) and other desktop browsers.

HTML5 Offline apps with Django 1.4

2013-02-21 Thread Ranjith Chaz
Trying to implement *offline** *feature of *HTML5*. Deployed in *apache2.2*with mod_wsgi plugin. It works as expected (i.e., loads the cached page when offline) in chrome, Opera (using window.openDatabase) and other desktop browsers. However it doesn't work in Android 2.x, iPhone default brows