-
Notifications
You must be signed in to change notification settings - Fork 16
Youtube not playing on iOS #22
Copy link
Copy link
Open
Description
Hello,
Not sure if anyone else has experienced this but the same youtube link plays on Android but on iOS, I get a spinning wheel. This seem to happen almost 75% of the time on iOS.
There are no errors. Can you please shed some light? It cant be a permission issue as the video plays some times.
Here is the code:
FluTube.playlist(
vidURL,
autoInitialize: true,
aspectRatio: 16 / 9,
allowMuting: false,
showControls: true,
looping: false,
autoPlay: true,
fullscreenByDefault: true,
deviceOrientationAfterFullscreen: [
DeviceOrientation.landscapeRight,
DeviceOrientation.landscapeLeft,
],
systemOverlaysAfterFullscreen: SystemUiOverlay.values,
onVideoStart: () async {
startActivity();
},
onVideoEnd: () async {
onStop(context);
},
)
Appreciate your input.
Thanks,
SHekar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels