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

Add an option to debug it on Non-Safari browsers #17

Closed binarykitchen closed 8 years ago

binarykitchen commented 8 years ago

Since I develop on Linux and do not have Safari, is there a way to force makeVideoPlayableInline to run it even on Firefox or so? So that I can debug properly?

fregante commented 8 years ago

It seems to work correctly on Firefox already. To debug it properly you need Safari and an iPhone, there's no other way around it. Perhaps use Browserstack or something like this: https://developer.mozilla.org/en-US/docs/Tools/Valence

binarykitchen commented 8 years ago

Ah, Valence is wonderful. I can debug now. Many thanks!