I've mocked up screenshots for an iPhone app, and I'd like to create a demo that will run on several "internal" iPhone 4 and 4S's. The demo will simply allow menus to move the user between screens and provide lifelike UISwitches, etc. All very basic with no underlying functionality.
Most importantly, the demo will need to run without any data connection.
Can I do this in a browser relying on HTML5 Application cache, or will I need to develop a native app?
Any other tips to complete this project in the easiest way possible?