mogoweb / chromium_webview

Android WebView wrapper based on chromium
http://mogoweb.github.com
BSD 3-Clause "New" or "Revised" License
514 stars 160 forks source link

Video in webview #28

Open woneal1983 opened 9 years ago

woneal1983 commented 9 years ago

The issue is for amlogic type devices. Playing a small video works great but once you get a large video in size the video doesn't show it stays blank. I can here it playing but no video. Also when I closed the app it seemed video was playing but in super fullscreen mode. Like the video didn't stay within the containments of the html tag. It was like in fullscreen but only bigger. This might not be an issue on your side but with amlogic but it's worth letting you know. Other devices worked fine and did everything great. Also if someone has slow performance on certain elements tell them to use -webkit-backface-visibility: hidden; it speeds up things a bit. Thanks

mogoweb commented 9 years ago

Sorry,I don't understand your problem? I have no amlogic type device in hand. Did you try the Chrome for Android?

woneal1983 commented 9 years ago

Ok when you play video on the device using html5 the video is blank on amlogic type devices. What I found is the video will play but only sound. Now when I exit the app briefly you can see the video but it's in fullscreen or larger than the device screen like it's not keeping within the video container. It worked in chrome but I will check again.