mderrick / react-html5video

A customizeable HTML5 Video React component with i18n and a11y.
http://mderrick.github.io/react-html5video/
MIT License
459 stars 123 forks source link

In mobile browser player always show the loader not showing any thing until we touch the loader. #87

Closed harikrypto closed 7 years ago

harikrypto commented 7 years ago

I am trying react-html5video in my react app. In mobile browser player always show the loader not showing any thing until we touch the loader. here is my demo page have a look

This also same for the demo page for this player when i checked in mobile.(Demo).

`<Video autoPlay loop muted controls={['PlayPause', 'Seek', 'Time', 'Volume', 'Fullscreen']} // poster={screenShotUrl} onCanPlayThrough={() => { overlay }}>

            </Video>`

Could you please check and can you provide a fix for this?

mderrick commented 7 years ago

This is a known issue, PR's welcome. Please see https://github.com/mderrick/react-html5video/issues/63