issues
search
PolymerElements
/
app-media
Elements for accessing data from media input devices and visualizing that data for users
61
stars
12
forks
source link
Various bug fixes and updates
#38
Closed
cdata
closed
7 years ago
cdata
commented
7 years ago
<video>
requires playsinline attribute for iOS Safari
Ensures that
<video>
continues playing after its source has changes
Polyfill should be lazily loaded in demo
MediaStream
tracks must be stopped when a new stream is created, or else an error will occur on some devices (such as Pixel XL)
<video>
requires playsinline attribute for iOS Safari<video>
continues playing after its source has changesMediaStream
tracks must be stopped when a new stream is created, or else an error will occur on some devices (such as Pixel XL)