I'm trying to ship a jquery mobile app on a USB stick which is given away to clients. The app is in the app store and should now be made available as a portable offline version.
The JS and HTML itself works fine using the file:// protocol (on double click on index.html) but for navigating between HTML pages I think I need a webserver which is included on the stick. Is there any best practice regarding that? Which server would be best suited? Is there any way to ship the same sticks to Windows & Mac?