Apr 12, 2023
0
Level 1
Video not playing on mobile
I would like to play video on react project.
It works fine on desktop but it's black on mobile.
What I do is
<video preload="auto" width="100%" height="100%" autoPlay playsInline onEnded={videoEnded}> <source src={playTurtle} type="video/mp4" /> No supported </video>
Please help me.
Please or to participate in this conversation.