0

在我使用 jQuery、jQuerymobile 的 Phonegap 应用程序中,在 IOS7 中加载页面后,点击页面的任何部分都会使页面变白,并且所有内容都消失了,这仅在 Ipad4 视网膜显示屏上发生。我正在使用此页面的所有重新渲染技术和 translatez(0) onload 并尝试修复它但没有任何效果..有什么帮助吗?

这是我的屏幕。图像是带有图像数据的图像标签。里面每个div的高度和宽度都是动态计算的。每个带有图像的 div 都有position:relative并且我正在使用滚动-webkit-overflow-scrolling:touch

width = window.innerWidth-20;
colWidth = Math.floor(width/3);
imgWidth = colWidth-75;                     
$("#div_all_subcategories_level2").css("width",width+"px");
$(".sw1").css("width",(colWidth-25)+"px").css("height",(colWidth-25)+"px");
$(".cls_img_subcat_l2").css("width",colWidth-25+"px").css("height",colWidth-25+"px");

在此处输入图像描述

4

0 回答 0