NEW 216605
Disable playsInline requirement for MediaStream backed videos
https://bugs.webkit.org/show_bug.cgi?id=216605
Summary Disable playsInline requirement for MediaStream backed videos
youenn fablet
Reported 2020-09-16 02:11:58 PDT
Disable playsInline requirement for MediaStream backed videos
Attachments
Patch (1.89 KB, patch)
2020-09-16 02:16 PDT, youenn fablet
ews-feeder: commit-queue-
Patch (2.89 KB, patch)
2020-09-16 03:24 PDT, youenn fablet
no flags
Patch (4.53 KB, patch)
2020-09-16 08:56 PDT, youenn fablet
ews-feeder: commit-queue-
youenn fablet
Comment 1 2020-09-16 02:16:20 PDT
youenn fablet
Comment 2 2020-09-16 03:24:13 PDT
youenn fablet
Comment 3 2020-09-16 08:56:57 PDT
Alexey Proskuryakov
Comment 4 2020-09-16 13:31:09 PDT
Comment on attachment 408925 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=408925&action=review > Source/WebCore/ChangeLog:3 > + Disable playsInline requirement for MediaStream backed videos Would that provide a way to work around intentional limitations, and to make user experience inconsistent?
youenn fablet
Comment 5 2020-09-17 04:43:56 PDT
> > Source/WebCore/ChangeLog:3 > > + Disable playsInline requirement for MediaStream backed videos > > Would that provide a way to work around intentional limitations, and to make > user experience inconsistent? Carefully designed websites can set playsInline to false or true as desired. Some websites forgot to include playsInline and do not work on iOS. This is not intentional, just the fact that this is specific to Safari on iOS. We could go with Quirks. In the long run though, it seems better and simpler to align with other browsers, and progressively deprecate playsInline. Hence this patch.
Radar WebKit Bug Importer
Comment 6 2020-09-23 02:15:15 PDT
Note You need to log in before you can comment on or make changes to this bug.