summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-03 11:39:59 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-03 11:39:59 -0400
commit27d7668600bb5e3d7b47b97d5cc2abc11bb7136b (patch)
treebae3157098523e1b1c89ba58dde5069681e64ce0
parent9083e72b798631fb00c5483bbc9176e1cacbda16 (diff)
take off scroll sista, other fixes
-rw-r--r--config.xml2
-rw-r--r--package.json4
-rw-r--r--www/js/LoginCtrl.js6
-rw-r--r--www/js/MonitorModalCtrl.js3
-rw-r--r--www/js/MontageCtrl.js2
-rwxr-xr-xwww/js/app.js1
-rw-r--r--www/templates/montage.html2
-rw-r--r--www/templates/timeline.html2
8 files changed, 14 insertions, 8 deletions
diff --git a/config.xml b/config.xml
index ed187fae..703a5a26 100644
--- a/config.xml
+++ b/config.xml
@@ -129,7 +129,6 @@
<plugin name="cordova-plugin-websocket" spec="^0.12.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-sqlite-storage" spec="^1.5.3" />
- <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/flache/Canvas2ImagePlugin">
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " />
</plugin>
@@ -148,6 +147,7 @@
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="cordova-plugin-add-swift-support" spec="^1.7.1" />
<plugin name="cordova-plugin-certificates" spec="https://github.com/hypery2k/cordova-certificate-plugin.git" />
+ <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^6.3.0" />
</widget>
diff --git a/package.json b/package.json
index 6621f654..deed262c 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,6 @@
"cordova-plugin-websocket": {},
"cordova-plugin-whitelist": {},
"cordova-sqlite-storage": {},
- "ionic-plugin-keyboard": {},
"org.devgeeks.Canvas2ImagePlugin": {
"PHOTOLIBRARY_USAGE_DESCRIPTION": " "
},
@@ -52,7 +51,8 @@
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-add-swift-support": {},
- "cordova-plugin-certificates": {}
+ "cordova-plugin-certificates": {},
+ "ionic-plugin-keyboard": {}
}
},
"dependencies": {
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index 9a21f654..a6d50530 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -261,6 +261,12 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
if ($stateParams.wizard == "true") {
NVRDataModel.log("Creating new login entry for wizard");
$scope.loginData = angular.copy(NVRDataModel.getDefaultLoginObject());
+
+ // default object has this as false
+ if ($rootScope.platformOS=='ios') {
+ $scope.loginData.disableSimulStreaming = true;
+ }
+
$scope.loginData.serverName = $rootScope.wizard.serverName;
$scope.loginData.url = $rootScope.wizard.loginURL;
$scope.loginData.apiurl = $rootScope.wizard.apiURL;
diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js
index 49fe3741..a863aea3 100644
--- a/www/js/MonitorModalCtrl.js
+++ b/www/js/MonitorModalCtrl.js
@@ -288,8 +288,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$
} else {
NVRDataModel.killLiveStream($scope.connKey, $scope.controlURL);
}
- // $interval.cancel(modalIntervalHandle);
-
+ // $interval.cancel(modalIntervalHandle)
// FIXME: Do I need to setAwake(false) here?
}
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index f2f58e53..252a93df 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -1728,6 +1728,8 @@ angular.module('zmApp.controllers')
stream += NVRDataModel.insertBasicAuthToken();
+
+
//"&rand=" + randToAvoidCacheMem;
//"&rand="+$scope.randToAvoidCacheMem +
diff --git a/www/js/app.js b/www/js/app.js
index a4ead43a..418bc93d 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -26,7 +26,6 @@ angular.module('zmApp', [
'ionic-native-transitions',
'mgo-angular-wizard',
'pascalprecht.translate',
- 'jett.ionic.scroll.sista',
'uk.ac.soton.ecs.videogular.plugins.cuepoints',
'dcbImgFallback',
'ngImageAppear',
diff --git a/www/templates/montage.html b/www/templates/montage.html
index 6a877936..d434de84 100644
--- a/www/templates/montage.html
+++ b/www/templates/montage.html
@@ -24,7 +24,7 @@
</button>
</ion-nav-buttons>
<ion-content ng-cloak has-bouncing="false" style="background-color:#444444" delegate-handle="montage-delegate" overflow-scroll="false">
- <!--<ion-content scroll-sista ng-cloak has-bouncing="false" style="background-color:#444444" delegate-handle="montage-delegate" overflow-scroll="false">-->
+
<div ng-if="areImagesLoading" class="screen-note">&nbsp;{{ 'kArrangingImages' | translate }}...&nbsp;</div>
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index 87785fe8..80f83e8a 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -17,7 +17,7 @@
<button class="button button-icon button-clear ion-log-out" ng-click="zoom(0.2)"></button>&nbsp;-->
</ion-nav-buttons>
<!--<ion-content data-tap-disabled="true">-->
- <ion-content scroll-sista delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll>
+ <ion-content delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll>
<div style="padding-left:15px; font-size:10px; color:grey">
{{prettify(fromDate)}} - {{prettify(toDate)}} &nbsp;{{tzAbbr}}&nbsp; ({{'kTimelineOnlyDisplaying1' | translate:translationData}})
<strong>