Skip to content

Commit

Permalink
FIX #107, <!-- Avoid iOS App WebStorage to be backuped -->
Browse files Browse the repository at this point in the history
  • Loading branch information
victor.dias committed Jun 8, 2015
1 parent 08d9ac5 commit 56691ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
<preference name="android-minSdkVersion" value="17">
<preference name="android-targetSdkVersion" value="19">
<preference name="android-installLocation" value="auto" />


<!-- Avoid iOS App WebStorage to be backuped -->
<preference name="BackupWebStorage" value="none"/>

<gap:plugin name="org.apache.cordova.device" />
<gap:plugin name="org.apache.cordova.network-information" />
<gap:plugin name="org.apache.cordova.device-orientation" />
Expand Down

0 comments on commit 56691ea

Please sign in to comment.