[ 
https://issues.apache.org/jira/browse/CB-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294649#comment-13294649
 ] 

Shazron Abdullah commented on CB-914:
-------------------------------------

Discussed in these mailing list threads:
a. http://apache.markmail.org/thread/hq2rd5lobbl4nkav
b. http://apache.markmail.org/thread/p2dw4l4qvia6xnkt

In 1.9.0, we are moving to config.xml as a transition step from using 
Cordova.plist, and config.xml settings will supersede Cordova.plist settings. 
In config.xml, there will be a list of plugins used, with an attribute 
(something like) "loadAtStartup". CDVLocalStorage plugin will be exposed and 
have this attribute set to "true", so to turn it off, you would just set it to 
"false".

Note that for iOS 6, we will turn off CDVLocalStorage completely and rely on 
Apple's new setting. See CB-914.

                
> Deactivate CDVLocalStorage (Backup/Restore, safari web preferences update)
> --------------------------------------------------------------------------
>
>                 Key: CB-914
>                 URL: https://issues.apache.org/jira/browse/CB-914
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: iOS
>    Affects Versions: 1.7.0
>            Reporter: Aurelien MERCIER
>            Assignee: Shazron Abdullah
>             Fix For: 1.9.0
>
>
> We already have fixed the issue related to iOS update CB-347. We have a 
> specific directory to store the database and localstorage. In other words, 
> webkit safari preferences are also updated. 
> Right now, the code related to CDVLocalStorage is called in 
> CDVViewController.m. It would be nice if backup/restore and safari 
> preferences update are executed depending on a conditional statement (an 
> attribute we would add in Cordova.plist: eg: BackupRestore False/True).
> Thanks,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to