• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to disable double tap on UIWebView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to disable double tap on UIWebView


  • Subject: Re: How to disable double tap on UIWebView
  • From: Evadne Wu <email@hidden>
  • Date: Mon, 11 Jul 2011 21:01:39 +0800

The best thing is to inject some JavaScript event handlers and prevent default actions.  This is the cleanest way but I don’t know what happens if your user disables JavaScript.  Again the web view wraps around a scroll view, so enumerating thru the view hierarchy and finding all the gesture recognizers could probably help.

-ev

On Jul 11, 2011, at 20:27, Symadept wrote:

> Hi,
>
> How can I disabe double tap on UIWebView. I tried to override touchesBegan
> but it is not invoked. Any idea how can I fix this.
>
>
>
> Regards
>
> symadept
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

References: 
 >How to disable double tap on UIWebView (From: Symadept <email@hidden>)

  • Prev by Date: Re: On tapping Status bar scrolls to top in UIWebView content
  • Next by Date: Re: Help finding documentation about printing
  • Previous by thread: How to disable double tap on UIWebView
  • Next by thread: Re: How to disable double tap on UIWebView
  • Index(es):
    • Date
    • Thread