blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

Added disk cache preference to config page #65

Closed rcruz closed 10 years ago

rcruz commented 10 years ago

Closes #56

rcruz commented 10 years ago

@bryanhiggins Is there a cordova doc update for this also? I don't see this option on http://cordova.apache.org/docs/en/edge/index.html

jamesjhedley commented 10 years ago

r+

jamesjhedley commented 10 years ago

Verified. Setting get's saved in both enabled and disabled states for each project. Also correctly creates the corresponding config.xml preference below. <preference name="DiskCache" value="enable"/>

Please merge.