youtube_player_flutter
youtube_player_flutter copied to clipboard
[BUG] YoutubePlayerController methods not working on web - can't play video programmatically
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
Facing this same issue, too.