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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -