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

Not working with iOS 10.3.1 Update? #118

Closed panalex1982 closed 7 years ago

panalex1982 commented 7 years ago

After updating to iOS 10.3.1 (Checked on iPhone 6 simulator and iPod 6) the videos which was working well inline in my application, now they are playing only as full screen. Although the demo (https://bfred-it.github.io/iphone-inline-video/demo/) on Safari plays inline. Has something changed with the last iOS? Did you notice something similar?

fregante commented 7 years ago

iphone-inline-video is only for iOS 8 and iOS 9.

On iOS 10 you only need the playsinline attribute.

Please refer to the readme.

willvedd commented 6 years ago

@panalex1982 thanks for creating this issue. I had the same issue and it wasn't immediately obvious what the issue was.