YoutubeKit icon indicating copy to clipboard operation
YoutubeKit copied to clipboard

when playsInline = 1 , the progress view and current video Time is hidden

Open qusai286x opened this issue 5 years ago • 1 comments
trafficstars

videoPlayer = YTSwiftyPlayer( frame: frame, playerVars: [ .playsInline(true), .videoID(videoId)

                   ])

qusai286x avatar May 17 '20 09:05 qusai286x

same problem, @qusai286x no news ?

closerminds avatar Jun 19 '20 08:06 closerminds

The issue of the YouTube embedded player not showing the progress bar and current video time when in 'inline play' mode is due to YouTube's specifications. To resolve this, you may need to set playsInline to false for full-screen mode, or create a custom UI to display these elements yourself.

rinov avatar May 21 '23 11:05 rinov