Updating the config.xml default to be true. See discussion on CB-1611
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/f9ef38cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/f9ef38cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/f9ef38cc Branch: refs/heads/master Commit: f9ef38cc7ac05eb35dd720f46dda253448fe46e3 Parents: a3a215a Author: Joe Bowser <bows...@apache.org> Authored: Fri Oct 19 07:23:55 2012 -0700 Committer: Joe Bowser <bows...@apache.org> Committed: Fri Oct 19 07:23:55 2012 -0700 ---------------------------------------------------------------------- framework/res/xml/config.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/f9ef38cc/framework/res/xml/config.xml ---------------------------------------------------------------------- diff --git a/framework/res/xml/config.xml b/framework/res/xml/config.xml index a2d6958..da9c1f4 100644 --- a/framework/res/xml/config.xml +++ b/framework/res/xml/config.xml @@ -30,7 +30,7 @@ <access origin=".*"/> <log level="DEBUG"/> - <preference name="useBrowserHistory" value="false" /> + <preference name="useBrowserHistory" value="true" /> <preference name="exit-on-suspend" value="false" /> <plugins> <plugin name="App" value="org.apache.cordova.App"/>