From 49b9108c84d8ba10bfaaadf148b1ea7164938784 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 1 Jul 2020 10:12:26 -0400 Subject: ver --- config.xml | 3 +++ package.json | 8 ++++++-- www/js/MonitorCtrl.js | 13 ++++++------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/config.xml b/config.xml index 93f125ec..487f9016 100644 --- a/config.xml +++ b/config.xml @@ -185,6 +185,9 @@ + + + diff --git a/package.json b/package.json index 66846c2b..a20df5bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.4.008", + "version": "1.4.008", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -62,6 +62,9 @@ "cordova-plugin-app-version": {}, "cordova-plugin-statusbar-pp-fork": {}, "cordova-plugin-statusbar": {}, + "cordova-plugin-ionic-webview": { + "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" + }, "cordova-plugin-media-pp-fork": {} } }, @@ -88,6 +91,7 @@ "cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.2.0", + "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git", "cordova-plugin-media-pp-fork": "^1.0.2-dev", "cordova-plugin-multi-window": "0.0.3", "cordova-plugin-network-information": "^2.0.2", @@ -229,4 +233,4 @@ ] } } -} +} \ No newline at end of file diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 637998df..49df2435 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -157,13 +157,12 @@ angular.module('zmApp.controllers') $rootScope.zmPopup = $ionicPopup.show({ scope: $scope, cssClass:'widepopup', - template: '' - +$translate.instant('kMotionEnabled')+'' - +'' - +$translate.instant('kForceMjpeg')+''+ - '
' - +$translate.instant('kChangeMode') - +'
{{item.text}} ', + template: ''+ + $translate.instant('kMotionEnabled')+''+ + ''+ + $translate.instant('kForceMjpeg')+''+ + '
'+ + '
{{item.text}} ', title: $translate.instant('kChangeSettingsFor') + ' ' + monitorName, -- cgit v1.2.3