如何在uiwebview中关闭菜单

时间:2012-01-26 22:25:39

标签: iphone ios xcode ipad

我想禁用uiwebview中的菜单

enter image description here

3 个答案:

答案 0 :(得分:1)

您可以在html页面上停用触控功能并执行自己的操作,请查看此文章http://www.icab.de/blog/2010/07/11/customize-the-contextual-menu-of-uiwebview/

答案 1 :(得分:0)

我们已添加此代码

Link

在index.html文件中

它成功了

  • 我向我的弱英语道歉

答案 2 :(得分:0)

Add this code in your CSS file :
* { -webkit-user-select: none; }
* { -webkit-touch-callout: none; }