Matt Derrick
Matt Derrick
I have also found this issue on iOS7. @WickyNilliams Unfortunately `window.scrollY = window.scrollY` and some other forms of forcing a repaint didn't seem to work. The only ones that worked...
Sounds like you're both server side rendering. A video can't be server side rendered. You should check and render a placeholder when rendering on the server.
Thanks for the PR, I will test this out :)
Thanks for the PR! Whats the use case for this? Couldn't you just style from the parent className like `.Video video {}`
I've seen a fair amount of people that want me to add support for React 16 on the v1 branch. I'll reconsider doing this as it has gained more traction....
Yes this is how it used to work but you lose the custom styled controls when doing this as per issue https://github.com/mderrick/react-html5video/issues/72. It's either go totally full screen or "half"...
Hi, thanks for the issue. May I ask for an example use case of this? I'm trying to understand why anyone would need to do this :)
Are you then using MapStateToProps to pass the `video` prop into your `SplitPlayerView` as two different props? e.g `video1`, `video2`? I guess theres no harm in being able to select...
Feel free to submit a PR for me to look at!
Hi @Pazamozaurus I just ran these commands and everything worked for me. What version of node and npm are you using?