mdn / samples-server

MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
https://developer.mozilla.org/
Creative Commons Zero v1.0 Universal
957 stars 930 forks source link

Make capturestill work on mobile Safari #95

Open weigangd opened 4 years ago

weigangd commented 4 years ago

Set playsinline attribute of video to true to make WebRTC work on mobile Safari. Solution found here. fixes #94