|
@@ -146,8 +146,8 @@ export class VideoSource implements Source
|
146
|
146
|
// handle WebKit quirks
|
147
|
147
|
if(Utils.isWebKit()) {
|
148
|
148
|
|
149
|
|
- // on Epiphany, a hidden <video> shows up as a black screen when copied to a canvas
|
150
|
|
- // on iOS, this hack doesn't seem necessary, but works okay
|
|
149
|
+ // on Epiphany 45, a hidden <video> shows up as a black screen when copied to a canvas
|
|
150
|
+ // on iOS 15.2-17.3, this hack doesn't seem necessary, but works okay
|
151
|
151
|
if(video.hidden) {
|
152
|
152
|
video.hidden = false;
|
153
|
153
|
video.style.setProperty('opacity', '0');
|