mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Updating the config.xml default to be true. See discussion on CB-1611
This commit is contained in:
parent
a3a215a1ba
commit
f9ef38cc7a
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user