You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing significant issues with YouTube video playback on Android, while iOS and Web work perfectly fine. I'm hoping to get some guidance on whether these are known limitations or if there's a workaround I'm missing.
✅ iOS: Using youtube_player_flutter - works great
✅ Web: Using youtube_player_iframe - works perfectly in dialogs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm experiencing significant issues with YouTube video playback on Android, while iOS and Web work perfectly fine. I'm hoping to get some guidance on whether these are known limitations or if there's a workaround I'm missing.
youtube_player_flutter- works greatyoutube_player_iframe- works perfectly in dialogsNot Working:
Environment
dependencies:
youtube_player_flutter: ^9.0.3
youtube_player_iframe: ^5.2.0
Flutter: 3.32.0
Platform: Android
_controller = mobile.YoutubePlayerController(
initialVideoId: widget.videoId,
flags: const mobile.YoutubePlayerFlags(
controlsVisibleAtStart: true,
),
);
while opening in webview or after changing to iframe on android -> you have to sign in, dosen't matter if i add any no-cookies or anything
Beta Was this translation helpful? Give feedback.
All reactions