Ryo Ishikawa
Ryo Ishikawa
Please take a look at this related pull request: https://github.com/rinov/YoutubeKit/issues/28
> I can't dismiss the player when clicking on "x" button on the top left of the screen. This issue might be due to the player's view not being properly...
> domain = usageLimits; message = "Bad Request" This issue may occur if you have reached the usage limit of the YouTube Data API, or if the API Key set...
The sample provided was using YoutubeKit, so it didn't include a complete reproduction. However, I will consider adding more specific samples with additional functionality in the future. Thank you.
Thank you for your report @vatsal1992 , I'll check those TextAttribute parameters.
@Olympiloutre Hi, i have experience in this case. Probably the bar isn't relate `YTPlayerView`. it is the component of `UIWebView`, so it seems that it is not possible. If you...
>Do you know how I can gather the raw html/css code from the video, so I'll have a sample to determine which properties I have to override? Unfortunately this library...
@Olympiloutre I'm sorry to late response here. > I added it on < head>< style>, I created a < style> tag in < body> to put the code in it,...
Hi @Jitenderios Thank you for your explanation, Probably special characters are detected as regular expression. Currently @mention is available only either digit or alphabets, so it needs escaping handling for...