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

option to force IIV to be used on iOS 11 when in low power mode #136

Closed rformato closed 6 years ago

rformato commented 6 years ago

On iOS 11+ (not iOS 10) when in low power mode the autoplay is forbidden. It might be interesting adding an option to force iphone-inline-video even for ios11 when in low power mode. That can be detected

fregante commented 6 years ago

I’m not particularly keen on overriding a behavior specifically made to save battery… by using a whole lot more battery with JavaScript playback. I’m gonna pass on this.

I consider IIV to be a polyfill at this point and as such it should stop existing when iOS 9 stops being supported.