From 00401f74098e2d37503fc038ee62480907112263 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 13 Jun 2018 07:47:13 -0400 Subject: #647 force exit always for android --- config.xml | 2 +- www/js/app.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config.xml b/config.xml index cc98d5c0..d62d68dc 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client diff --git a/www/js/app.js b/www/js/app.js index f5be3d1e..516b11a1 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1954,6 +1954,10 @@ angular.module('zmApp', [ var ld = NVRDataModel.getLogin(); + if ($rootscope.platformOS == "android") { + NVRDataModel.log("force exiting app since its android"); + navigator.app.exitApp(); + } -- cgit v1.2.3