I have a webview in an iOS app that I am loading with local data. The HTML page contains a link to stream a video.
The video looks fine by clicking on the link, but when the video ends, the webview page does not appear again, instead the Q Time Viewer is still showing Play arrow. How can I make sure that the webview looks again?
OK, I had to face the same problem in webkit, but not iOS, some other platforms However, the reason for this has been followed, 1 - When there is a stream content, video content, it will invite the Quiteme plugin to display it, 2 - QTime will capture the entire screen to launch the video, 3 - Please check if you have video in your application In this case, the QTime plug-in will be a global example, so you can hide the web-view and display.
Comments
Post a Comment