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.
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.
I think you should use JS Bridge to pass the event from Javascript.
To know more about JS Bridge, see iOS JavaScript bridge.