0

I'm using a UIWebView and have noticed the copy feature is much much more trigger happy in iOS 6 than in iOS 5.

If I display a web page with a small button then on iOS 5 I had no problems clicking the button, however on iOS 6 its very very easy for the OS to interpret the clicking of the button as a desire to copy the button or the whole screen and either the button, or the while UIWebView screen, or first the button then the screen gets highlighted for copying.

How can I disable this from happening?

Gruntcakes
  • 37,738
  • 44
  • 184
  • 378

1 Answers1

0

This question is very similar to this question.

The top answer given is very thorough and should be of use to you.

Community
  • 1
  • 1
zachjs
  • 1,738
  • 1
  • 11
  • 22