fregante / iphone-inline-video

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

The Video is running when the windows is in the background #122

Closed bsxz0604 closed 7 years ago

bsxz0604 commented 7 years ago

i met this problem and i used windows.blur , but it does't work.

can you help me or give some idea to fix it

fregante commented 7 years ago

Duplicate of #63. There's more information in there

bsxz0604 commented 7 years ago

Thank you for your response it works now . But when i checkout and comeback the page. music is works normally but the Video screen is stop~

bsxz0604 commented 7 years ago

eh...so sorry i have fixed it . when document.hidden, can use video.load() to fix it