Commit d63746349c17dd2ee59b3f9008d20822bd8dc1ee
1 parent
406ea973
this is solution for the bug table image is not in middle
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -1344,8 +1344,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
1344 | 1344 | //set scrollbars on canvas and hide loading label |
1345 | 1345 | |
1346 | 1346 | // var isiOSSafari = (navigator.userAgent.match(/like Mac OS X/i)) ? true : false; |
1347 | - var isiOSSafari = (navigator.userAgent.match(/iPad/i)) ? true : false; | |
1348 | - | |
1347 | + var isiOSSafari = (navigator.userAgent.match(/(iPod|iPhone|iPad|android)/i)) ? true : false; | |
1348 | + | |
1349 | 1349 | //set scrollbars on canvas and hide loading label |
1350 | 1350 | $('#daLoaderLabel').css('visibility', 'hidden') |
1351 | 1351 | ... | ... |