Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Title segment blocks fullscreen and mute buttons #329

Open
MoMitch opened this issue Oct 25, 2018 · 9 comments
Open

Title segment blocks fullscreen and mute buttons #329

MoMitch opened this issue Oct 25, 2018 · 9 comments

Comments

@MoMitch
Copy link

MoMitch commented Oct 25, 2018

The new title view blocks the fullscreen and mute buttons, and now that showInfo has been deprecated there is no way to hide it.

Our users are finding this youtube experience very jarring as we play our videos inline over long scrolling feeds, the zoom gesture to fullscreen is not intuitive enough; is there a solution available or one in the works?

@shabi
Copy link

shabi commented Nov 7, 2018

Same issue I am also facing.

@filipef101
Copy link

bump

@filipef101
Copy link

I moved from youtube payer to mp4 on an applcation because of this frustrating thing. On ios one can't make it full screen aka touch native controls on top because of this silly thing

@filipef101
Copy link

@ulukaya

@arshadkc
Copy link

I removed 'showinfo' and the full screen & mute button showed up along with bottom controls.

@sirbimon
Copy link

sirbimon commented Dec 3, 2018

I removed 'showinfo' and the full screen & mute button showed up along with bottom controls.

what's the device's iOS ver. if you don't mind me asking?

@arshadkc
Copy link

arshadkc commented Dec 3, 2018

I removed 'showinfo' and the full screen & mute button showed up along with bottom controls.

what's the device's iOS ver. if you don't mind me asking?

Device: iPhone 7, iOS 12.0.1
Also works fine in simulators (iPhone X, iPhone 7, iOS 12)

These are the player variables I am using:
ytPlayerView.load(withVideoId: videoIdentifier, playerVars: ["playsinline":1,"modestbranding":1,"iv_load_policy":3])

@sanjukhunt
Copy link

I removed 'showinfo' and the full screen & mute button showed up along with bottom controls.

Thank you @arshadkc it's work fine for me.

@RajanMaheshwari
Copy link

RajanMaheshwari commented Jun 12, 2020

@arshadkc @sanjukhunt
That works only for devices > 320 width (> 4 inch)
It won't work for iPhone 5, 5s, 5c and SE first generation where the width is 320

so, its like:-
if we keep "showinfo":"0":-
then it will dissappear from iPhone X (> 320 width devices) from bottom but will be visible behind title of every phones

If we remove "showinfo":"0" :-
then it will show in bottom the full screen button in iPhone X (> 320 devices) but will not show the button in iPhone 5,5s,5c and SE first generation devices anywhere

So, in short if we go landscape mode in any of the phones, it will show up as the width will be increased for the player.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants