Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 UIWebView 并注意到复制功能在 iOS 6 中比在 iOS 5 中更容易触发。
如果我显示一个带有小按钮的网页,那么在 iOS 5 上单击按钮没有问题,但是在 iOS 6 上,操作系统很容易将单击按钮解释为复制按钮或整个按钮的愿望屏幕和按钮,或者 UIWebView 屏幕,或者首先是按钮,然后屏幕被突出显示以进行复制。
我怎样才能阻止这种情况发生?
这个问题与这个问题非常相似。
给出的最佳答案非常彻底,应该对您有用。