Add configurable start location to config.xml and template

Still possible to hardcode, there's a comment in the template showing
how that can be done.
This commit is contained in:
Braden Shepherdson
2013-01-09 16:48:43 -05:00
committed by Joe Bowser
parent d04fc289ac
commit 958424ce59
3 changed files with 43 additions and 7 deletions

View File

@@ -29,6 +29,9 @@
<!-- <access origin="https://example.com" subdomains="true" /> such as above, but including subdomains, such as www -->
<access origin=".*"/>
<!-- <content src="http://mysite.com/myapp.html" /> for external pages -->
<content src="index.html" />
<log level="DEBUG"/>
<preference name="useBrowserHistory" value="true" />
<preference name="exit-on-suspend" value="false" />