From: vincent@cubedesigners.com Date: Wed, 27 Sep 2017 11:15:04 +0000 (+0000) Subject: #1689 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=919f24efc8a36a1170d6f67296216594ee8d929b;p=cubeextranet.git #1689 --- diff --git a/fluidbook/tools/fwstk/.idea/workspace.xml b/fluidbook/tools/fwstk/.idea/workspace.xml index 44552e7c6..ecec3e65a 100644 --- a/fluidbook/tools/fwstk/.idea/workspace.xml +++ b/fluidbook/tools/fwstk/.idea/workspace.xml @@ -6,9 +6,7 @@ - - - + @@ -27,7 +25,89 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1121,6 +1251,7 @@ + 1487172253077 @@ -1168,7 +1299,7 @@ - @@ -1181,6 +1312,7 @@ + @@ -1189,20 +1321,20 @@ - + - + - + @@ -1258,17 +1390,6 @@ - - - - - - - - - - - @@ -1435,13 +1556,6 @@ - - - - - - - @@ -1471,20 +1585,6 @@ - - - - - - - - - - - - - - @@ -1511,7 +1611,6 @@ - @@ -1519,7 +1618,6 @@ - @@ -1527,7 +1625,6 @@ - @@ -1535,7 +1632,6 @@ - @@ -1549,18 +1645,6 @@ - - - - - - - - - - - - @@ -1576,13 +1660,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -1592,18 +1709,35 @@ - + - - + + + + + + + + + + + + + + + + + + + diff --git a/inc/ws/Util/class.ws.exporter.php b/inc/ws/Util/class.ws.exporter.php index 8513e965c..b9d7a3d2d 100644 --- a/inc/ws/Util/class.ws.exporter.php +++ b/inc/ws/Util/class.ws.exporter.php @@ -103,7 +103,7 @@ class wsExporter { ) ); if ($os == 'ios') { - $phonegap->addFeature(CubeIT_Mobile_Phonegap::FEATURE_EXTERNALFILEUTIL); + //$phonegap->addFeature(CubeIT_Mobile_Phonegap::FEATURE_EXTERNALFILEUTIL); //$phonegap->addFeature(CubeIT_Mobile_Phonegap_IOS::FEATURE_WKWEBVIEW); } else if ($os == 'android') { $phonegap->addFeature(CubeIT_Mobile_Phonegap::FEATURE_WEBINTENT);