Search code examples
androidandroid-youtube-api

YouTube Player next prev buttons aren't visible for the first video


I'm trying to implement built-in YouTube player in my app (API: https://developers.google.com/youtube/android/player/)

I load more than one video id for playback (list of video IDs)

youTubePlayer.loadVideos(idList)

But when player starts prev and next buttons aren't available until the first video finishes and switches to the next one, only then buttons appears and I can switch between videos from my video list

enter image description here


Solution

  • It started to work normally after some time