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')