Skip to content

Youtube not playing on iOS #22

@ctippur

Description

@ctippur

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions