From d63746349c17dd2ee59b3f9008d20822bd8dc1ee Mon Sep 17 00:00:00 2001 From: Mukul Date: Thu, 25 Jan 2018 14:45:42 +0530 Subject: [PATCH] this is solution for the bug table image is not in middle --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 7c44528..43c8e6a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -1344,8 +1344,8 @@ 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; - var isiOSSafari = (navigator.userAgent.match(/iPad/i)) ? true : false; - + var isiOSSafari = (navigator.userAgent.match(/(iPod|iPhone|iPad|android)/i)) ? true : false; + //set scrollbars on canvas and hide loading label $('#daLoaderLabel').css('visibility', 'hidden') -- libgit2 0.21.4