React-native-youtube: iOS Fullscreen Button not shown

Created on 12 Aug 2019  路  5Comments  路  Source: davidohayon669/react-native-youtube

I am seeing the following behaviour:

  • Fullscreen button is not shown on iPhone (iOS 12)
  • Fullscreen button is shown on iPad but shows alert 'Your browser does not support fullscreen'

This has been working before, fs parameter is on default value.

All 5 comments

facing the same issue

I found the same issue then I realized the fullscreen button was under the channel image on the top right so I couldn't see it nor tap it. I just removed showInfo={false} (making it default to true) and now the fullscreen button is on the bottom right.

I had the same issue and it was fixed by rendering it on full width.

@eleddie 's solution worked for me, basically you have to remove showInfo={true} to get the fullscreen icon. On Android you get it by default unless you set showFullscreenButton={false}.

for me, on ios, I had to do full width. thanks for y'all's help!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ishita-kothari picture ishita-kothari  路  5Comments

MattJLeach picture MattJLeach  路  5Comments

webdevbyjoss picture webdevbyjoss  路  4Comments

nhcuong95 picture nhcuong95  路  5Comments

smad picture smad  路  6Comments