From 4bfd957990dc4555d25e279cd29016e69b446350 Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 25 Jan 2018 15:51:56 +0530 Subject: [PATCH] manulayy merged bugfix5 branch which is having code of #822,#823 ,#824, #825 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 72956a9..4fc6d29 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -1343,7 +1343,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l } //set scrollbars on canvas and hide loading label - // var isiOSSafari = (navigator.userAgent.match(/like Mac OS X/i)) ? true : false; + //check the OS var isiOSSafari = (navigator.userAgent.match(/(iPod|iPhone|iPad|android)/i)) ? true : false; //set scrollbars on canvas and hide loading label -- libgit2 0.21.4