From: vincent@cubedesigners.com Date: Mon, 13 Oct 2014 09:45:21 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=019570cee033234f4af93bceb1742eb4010758fa;p=cubeextranet.git --- diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index f89d211aa..284df505d 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -72,6 +72,7 @@ class wsExporter { $phonegap->setPreference('show-splash-screen-spinner', false); $phonegap->setPreference('auto-hide-splash-screen', false); $phonegap->setPreference('ios-statusbarstyle', CubeIT_Mobile_Phonegap::BARSTYLE_TRANSLUCENT); + $phonegap->setPreference('iosPersistentFileLocation', 'Library'); $phonegap->addFeatures(array( CubeIT_Mobile_Phonegap::FEATURE_CONNECTION, CubeIT_Mobile_Phonegap::FEATURE_DEVICE,