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 297 forks source link

Safari crashes when trying to play #67

Closed maximilliangeorge closed 8 years ago

maximilliangeorge commented 8 years ago

When i try to play a video, via an event handler or via timeout the website crashes (A problem occurred with this web page, so it was reloaded). It then refreshes the page (restoring the pre-crash state, i think). The video is playing fine on reload, but i'd prefer it not to crash.

fregante commented 8 years ago

Show an example, the device you're testing it on and it's iOS version. Does the demo work on it? Its possible that you're already doing too much on the page and IIV is the last drop.

maximilliangeorge commented 8 years ago

That was indeed the case. I tested using other media and it still crashed. I was pushing the browser pretty hard as it was.

Sorry for the false alarm!