Hi,

I'd like to prevent UIWebView from selecting an area and showing the "Copy" menu item.

I tried subclassing it and implementing touchesEnded:withEvent:.
But since I don't know if double-tap is the exact way to show the menu, I'm not sure if I omit the event using the topped count. Furthermore, even if I placed a breakpoint at the beginning of the method, Debugger doesn't stop there.

For your info, the subclass has becomeFirstResponder method, and it is to return YES.

Any suggestions would be very appreciated.

Best regards,
Norio
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to