1
I’m playing videos on android (versions above 5 only) using a webview along with the tag <video>
of html. The video plays perfectly and triggers all events correctly, but every time a video will play it always displays a preview image similar to this (from to play opening youtube by Chrome on your smartphone) :
Is there any elegant way around this problem ? The only option I thought about, but I didn’t test it, was before the video definitely started playing (timeupdate event tells the time of the video, so if it goes past 0.1 seconds I can know that it’s already playing) make a layer changes with css by putting a div with black background in front, but it seems too gambiarra.