Bladeren bron

Add versions to a comment

customisations
alemart 1 jaar geleden
bovenliggende
commit
536ad39af3
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      src/sources/video-source.ts

+ 2
- 2
src/sources/video-source.ts Bestand weergeven

@@ -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');

Laden…
Annuleren
Opslaan