From 0479b127d44bd724225c88faa3b427d993750638 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 2 Nov 2017 18:15:24 +0000 Subject: [PATCH] #1777 --- inc/ws/Util/class.ws.exporter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index dbfd36097..88f2f6403 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -13,7 +13,7 @@ class wsExporter { public $destinationDir; public $destinationFile; public $x; - public $ftpPassiveMode=false; + public $ftpPassiveMode = false; const VINCENT = "paris.cubedesigners.com"; @@ -105,6 +105,7 @@ class wsExporter { ); if ($os == 'ios') { $phonegap->addFeature(CubeIT_Mobile_Phonegap::FEATURE_EXTERNALFILEUTIL); + $phonegap->addFeature(CubeIT_Mobile_Phonegap::FEATURE_STATUSBAR); //$phonegap->addFeature(CubeIT_Mobile_Phonegap_IOS::FEATURE_WKWEBVIEW); } else if ($os == 'android') { $phonegap->addFeature(CubeIT_Mobile_Phonegap::FEATURE_WEBINTENT); -- 2.39.5