Title says it all really. Is it possible to open a youtube video in an HTML5 video player? I want to play a youtube video in a way that is more mobile friendly and was planning on uploading a thumbnail and then creating a onclick
function to open up the video in fullscreen - this is particularly important on mobile devices. I know that I could use the youtube iframe but find it a bit 'clunky' to use, especially on android. On iOS it at least autoplays the video in full screen - is there an option like this available on android?
Thanks