Hello everyone,

My offline application works great but I have an issue while accessing
another page.

I have two pages:
page1.html
page2.html

page1.html has a link 'page2'  (an anchor tag <a href="page2.html?
id=10">page2</a>)
when I go offline, the page1.html displays data and when I click on
the link 'page2', it displays "Connection Problem".

my manifest.js file includes :
{
  "betaManifestVersion": 1,
  "version": "my_version_string",
  "entries": [
      { "url": "page1.html"},
      { "url": "page2.html"},
      { "url": "gears_init.js"}
    ]
}

I think the problem is with the page name difference :
while clicking on the link 'page2'  in page1.html (offline app), it is
looking for http://www.xyz.com/page2.html?id=10
and the manifest.js has page2.html

I need your help.

Thank you,
Ravi

Reply via email to