1

In my app I have a UIWebView with embedded youtube video in it.

Does anyone know how I can detect the tap on the play button there?

Any kind of help is highly appreciated.

Eugene Gordin
  • 4,047
  • 3
  • 47
  • 80

1 Answers1

0

I think you should use JS Bridge to pass the event from Javascript.

To know more about JS Bridge, see iOS JavaScript bridge.

Community
  • 1
  • 1
Yinfeng
  • 5,131
  • 1
  • 18
  • 15