HTML5 video on Android doesn't show the controls correctly

I am using the code below in order to play the video. It works perfectly for iOS but on android unfortunately it is not working.

<video width="450" height="300" poster="thumbs/pic.jpg" controls>
        <source src="http://player.vimeo.com/external/76336826.sd.mp4?s=dd361715fad172bf26ba0ad91635c4f9" type="video/mp4"/>
    </video>

The picture below shows how controls look like on an Android device.

There is an issue open for this

There’s also a workaround in this forum post that should work on Android and iOS.

Good luck!
  Rafa

Thanks for the reply guys!!