Search code examples
androidyoutube-apiandroid-youtube-api

YouTubePlayer(View) keeps pausing in landscape


I'm building a app that contains a YouTubePlayerView and YouTubePlayer, it works well in Portrait, Fullscreen-landscape but not landscape. It keeps pausing every second after I press play. The buffer shows it is fully loaded on some videos, yet it keeps pausing. I tested it on Android 2.2.2 and Android 4.1.2 with the latest version of the YouTube app. This happens in all player styles.

Thanks in advance.


Solution

  • Make sure the size of the YoutubePlayer view is atleast 200x110 dp like descriped in the Youtube API documentation. Sounds like it doesn't meet those requirements when in landscape mode.