Eric Vargas
Eric Vargas
Hi @Nekbeth , Could you let us know how you are importing/using the library? We want to duplicate the issue. It should be possible to change the signing through the...
Is this the first time you are integrating this library into your project? Wondering if it just started happening. Did you upgraded to a new version of the lib?
Hi @marcelderkskarlmax , Can you provide us with the video ids you are having trouble with? Thank you, we will take a look into it.
@ElenaVielva I saw that you signed the CLA. Thanks for that. A couple of things: * We need to confirm if this was really an issue. A question I have...
Hi @Constantine1995 , Can you add instructions to reproduce? I'm assuming that this is happening on fullscreen mode. Thank you
According to https://blog.cocoapods.org/CocoaPods-0.36/ and https://stackoverflow.com/questions/41210249/why-do-we-use-use-frameworks-in-cocoapods the issue is not relevant anymore. Now `use_frameworks!` is added by default and we haven't experienced issues in the recent years related to it. I'm...
Hi @nihp , The code snippet seems incorrect to me, specifically `YTPlayerState playerState = videosWebView.delegate;` This wouldn't work because delegate is an instance of [YTPlayerViewDelegate](https://github.com/youtube/youtube-ios-player-helper/blob/cebd3ae9a6456155abfdbc0f3785e72ee02c41b4/Sources/YTPlayerView.h#L158). You should be using the...
Hi @nassifbasheer , Could you confirm if this is still happening to you? Can you share us a code snippet of the player params you are using to setup your...
What is the state that you are getting. Is it paused? Currently if you exit fullscreen it is expected to get a paused event. There is not an additional state...
Hi @danx28 , This one is weird to me too. As you mentioned, we don't use UIWebView anymore but instead use WKWebView. Have you confirmed in your app that the...