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
+2 -1
View File
@@ -29,7 +29,8 @@ public class __ACTIVITY__ extends DroidGap
{
super.onCreate(savedInstanceState);
Config.init(this);
super.loadUrl("file:///android_asset/www/index.html");
super.loadUrl(Config.getStartUrl());
//super.loadUrl("file:///android_asset/www/index.html")
}
}