现在的位置: 首页 > 综合 > 正文

webapp 技巧

2013年08月13日 ⁄ 综合 ⁄ 共 332字 ⁄ 字号 评论关闭

document.documentElement.style.webkitTouchCallout = “none”;  //禁止弹出菜单

document.documentElement.style.webkitUserSelect = “none”;     //禁止选中

[(UIScrollView *)[[webview subviewsobjectAtIndex:0setBounces:NO];
 //禁止放大和缩小


设置webapp背景透明

Webivew.backgroundColor =
[
UIColor clearColor
];

Webivew.opaque = NO;

background-color: transparent   背景透明,去掉加载时的背景白色底

抱歉!评论已关闭.