Re: [android-developers] Play youtube video on WebView

2012-09-20 Thread Marina Cuello
It could be you need to enable hardware acceleration on your WebView or perhaps set a custom WebChromeClient on your WebView to open it as fullscreen. It depends on your target platform and your needs. Search for "Android WebView HTML5 video" and you'll find some help. I'm still working on it. Mar

[android-developers] Play youtube video on WebView

2012-09-19 Thread uud ashr
Hi, I'm trying to use webview to open web page that contains embeded youtube video such as http://www.youtube.com/embed/MKZVNrC0QYA"; frameborder="0" allowfullscreen> The web was shown, but when I play the video, there is no picture played, I can only hear the sound only. I try this on gingerbr