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).
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 }}>
Could you please check and can you provide a fix for this?