fregante / iphone-inline-video

📱 Make videos playable inline on the iPhone (prevents automatic fullscreen)
https://npm.im/iphone-inline-video
MIT License
2.06k stars 298 forks source link

Audio keeps playing in the background #63

Open scautank opened 8 years ago

scautank commented 8 years ago

Hello, when an inline video playing, i press the home button or switch applications, but the video is still playing. In this case, is there a way to pause?

fregante commented 8 years ago

Use this to detect when that happens and play/pause the video accordingly: https://github.com/bfred-it/visibility-change-ponyfill

scautank commented 8 years ago

Thanks, this is helpful.