Open alex-cory opened 3 years ago
Looks like adding video.playsInline=true; to the <video /> element that's created fixes this.
video.playsInline=true;
<video />
Interesting... I'll play with it
Has this fix been shipped?
Looks like adding
video.playsInline=true;
to the<video />
element that's created fixes this.