Fork me on GitHub

如何点击UIWebView上html链接不弹出复制粘贴

<script type=”text/javascript”>
function OnLoad()
{
document.documentElement.style.webkitTouchCallout = “none”;
}
</script>

posted on 2012-05-15 20:12  pengyingh  阅读(184)  评论(0)    收藏  举报

导航