link to internal html files with phonegap

link to internal html files with phonegap

Hi I have jquery mobile project with multiple pages. Currently all these pages are in one index.html page but I've noticed that this is slow to load due to it's size and also a bit of a pain to manage. I'd like to split it into multiple page (contacts.html, info.html etc).

How ever the only way i seem to get links to work is by using file:// or rel="external". These don't load the transition effects though and the file:// version won't work in phone gap.

I've tried ./contact.html, ../contacts.html, ../../contacts.html but these all give 'error loading page'.

Can someone please point me in the right direction?