]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-11282: Remove iOS 'controls' hack, not needed
authorChad Phillips <chad@apartmentlines.com>
Thu, 26 Jul 2018 19:06:30 +0000 (14:06 -0500)
committerChad Phillips <chad@apartmentlines.com>
Thu, 26 Jul 2018 19:06:30 +0000 (14:06 -0500)
commit5038ca7613e71d84a706a6a5d8c8359d272778e4
tree7ccb5e5ec83042c2b565ef6e2776fb2b7a4784d4
parentd5af929660de70c64abcb61b540ffd4689a7b365
FS-11282: Remove iOS 'controls' hack, not needed

iOS requires a 'playsinline' attribute to be added to video tags, however a
'controls' attribute was erroneously added, and is unneeded.

See https://github.com/webrtc/samples/issues/929#issuecomment-330816567 and
following comments for confirmation.

Removing this attribute reduces UI noise and 'click contention' on video
elements.
html5/verto/js/src/jquery.FSRTC.js