天朝人
天朝人
  • 发布:2016-09-05 14:55
  • 更新:2016-09-05 14:55
  • 阅读:1778

在小米2、华为的Pad中 每个webview 右侧都有一个白边 bug

分类:MUI

在小米2、华为的Pad中 每个webview 右侧都有一个白边,不是背景颜色。其他的PAD就没有这个?

topWebview = plus.webview.create("top.html", "topWebview", {
height:"53px",
width: "100%",
top:"0"
});
menuWebview = plus.webview.create("menu.html", "menuWebview", {
top:"53px",
width: "15%",
bottom:"0"
});
contentWebview=plus.webview.create("insurance_infos.html", "contentWebview", {
top:"53px",
width: "85%",
left:"15%",
bottom:"0"
});
mainWebview.append(topWebview);
mainWebview.append(menuWebview);
mainWebview.append(contentWebview);

2016-09-05 14:55 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复