Sam Potts
Sam Potts
You might be able to listen to the 'ready' event and then make the call to `seek`? https://github.com/Selz/plyr#events
I think what he's suggesting is that we have an option to pause other instances on play of a particular player? We could certainly add this as an option.
It would need to sit behind a setting/option ideally as not everyone may want the behaviour but sure go ahead.
Hey, In the latest version you can get the instance reference to all players on a page using `plyr.get()`. This will return an array of instances so you could do...
The thing is Plyr is a 1-to-1 constructor in v3+ so it has no knowledge of the _other_ players. Your snippet is for pre v3 by the looks of it...
@weavermedia It might be something I could port over as a static method that sets up multiple players. Will have a think.
Hey, yep I was on vacation but I'll get to fixing this one asap. With regards to the fullscreen. You can try the `iosNative` option as @jamesoflol pointed out but...
The pause issue should be resolved in v3.4.4. I've also pushed some code to improve the fullscreen on iPhone X/XS with the notch. I'm unable to replicate the issue with...
Good idea :+1:
What is the benefit of doing this?