I'm building a mobile web "app" (in reality, a web page that changes content dynamically (no phonegap), and being built specifically for Chrome) with no internet connectivity and I'm trying to use AJAX to load content from one html into another and I came across that thread (I'm not using AngluarJS though).
The idea is they'll have a shortcut on their mobile android device, and it loads content from html files without ever actually going to another page.
Is this possible?