youtube_player_flutter icon indicating copy to clipboard operation
youtube_player_flutter copied to clipboard

[BUG] YoutubePlayerController methods not working on web - can't play video programmatically

Open CosmicPangolin opened this issue 3 years ago • 1 comments

Clicking to play works, but I need to use a PointerInterceptor and play() programmatically in my app, which doesn't work (black screen w/ spinning progress indicator):

  • controller.value.isReady is always false
  • I'm seeing cookie errors in console relating to the youtube requests, even when using privacyEnhanced: true

image

image

CosmicPangolin avatar Nov 27 '21 01:11 CosmicPangolin

Facing this same issue, too.

victoreronmosele avatar Nov 28 '21 14:11 victoreronmosele