Commit 4bfd957990dc4555d25e279cd29016e69b446350

Authored by Nikita Kulshreshtha
1 parent 32f7b93e

manulayy merged bugfix5 branch which is having code of #822,#823 ,#824, #825

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -1343,7 +1343,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l @@ -1343,7 +1343,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
1343 } 1343 }
1344 //set scrollbars on canvas and hide loading label 1344 //set scrollbars on canvas and hide loading label
1345 1345
1346 - // var isiOSSafari = (navigator.userAgent.match(/like Mac OS X/i)) ? true : false; 1346 + //check the OS
1347 var isiOSSafari = (navigator.userAgent.match(/(iPod|iPhone|iPad|android)/i)) ? true : false; 1347 var isiOSSafari = (navigator.userAgent.match(/(iPod|iPhone|iPad|android)/i)) ? true : false;
1348 1348
1349 //set scrollbars on canvas and hide loading label 1349 //set scrollbars on canvas and hide loading label