0

I am using YTPlayerView in the application to play YouTube videos. It is working proper in iPad but not in iPhone. In iPhone the player directly plays in full screen due to which any gesture on the player is not working. Have to exit full screen using the full screen button on the controls for any gesture to be recognised.

Can the controls of the player be hidden. Tried using @"controls" : @"0" works fine in iPad but not in iPhone.

Bhavin Ramani
  • 3,221
  • 5
  • 30
  • 41
Amon
  • 99
  • 1
  • 9

1 Answers1

0

Did you try https://github.com/0xced/XCDYouTubeKit. Hope this will solve your problem.

Pias
  • 218
  • 1
  • 2
  • 13