objective c - How to stop presenting iOS native player after invoked by UIWebView -
i using uiwebview
playing youtube videos. uiwebview
directly fires native player playing these videos. displaying loader cancel button until video starts playing. when click cancel button need hide webview.
the problem when click cancel button hide webview native player still presenting after hiding webview.
is possible stop presenting native player when webview closed?
Comments
Post a Comment