@@ -457,6 +457,15 @@ function initializeViewerComponent(viewId) {
...
@@ -457,6 +457,15 @@ function initializeViewerComponent(viewId) {
}
}
);
);
//Start : Function : No.20 - Editor : Le Long - Date: 27/08/2013 - Summary : For performing on ipad. On Android 4.1.x do not use overflow : hidden in parent canvas
//to avoid draw duplicate canvas bug.
if(avwUserEnvObj.os=='ipad'){
$('#wrapper').css('overflow','hidden');
}
//End: Function : No.20 - Editor : Le Long - Date: 27/08/2013 - Summary : For performing on ipad. On Android 4.1.x do not use overflow : hidden in parent canvas
//to avoid draw duplicate canvas bug.
$('#main').css(
$('#main').css(
{
{
...
@@ -506,7 +515,7 @@ function initializeViewerComponent(viewId) {
...
@@ -506,7 +515,7 @@ function initializeViewerComponent(viewId) {
'box-shadow':'3px 3px 14px #333',
'box-shadow':'3px 3px 14px #333',
'background-color':'rgba(153, 153, 153, 0.7)',
'background-color':'rgba(153, 153, 153, 0.7)',
'border-radius':'4px',
'border-radius':'4px',
'opacity':'0'
'display':'none'
}
}
);
);
$('#mainPre').css(
$('#mainPre').css(
...
@@ -518,7 +527,7 @@ function initializeViewerComponent(viewId) {
...
@@ -518,7 +527,7 @@ function initializeViewerComponent(viewId) {