Daniel
Daniel

Reputation: 3341

Detect touch on UIWebView but ignore swipe or touch on interactive elements (link or onclick)

My app holds a full screen UIWebView. A touch on the UIWebView on should fade in/out a ToolBar. But this fade in/out should only happen when tapping on non interactive elements or items.

What would be the best way to achieve this?

Upvotes: 1

Views: 1746

Answers (1)

Willster
Willster

Reputation: 2586

See this question's answer: Does UIGestureRecognizer work on a UIWebView?

Upvotes: 1

Related Questions