I am developing an application that should display some html content containing html5 video (without flash / silverlight plugins). Html and videos play perfectly in safari, but when displayed inside the webview in my application, I get a black box where the video should be. But the video seems to play, because if I click full screen, the video becomes full screen and appears on the screen, and there is also sound in full screen and not full screen modes. It seems that the video is playing behind the page.
Maybe I missed something like new?
Does anyone have an html5 video displayed correctly inside a web view on mac os x 10.6?
Thank you so much!
source
share