pod_player icon indicating copy to clipboard operation
pod_player copied to clipboard

AutoPlay

Open panalgin opened this issue 2 years ago • 1 comments

Hello, autoplay doesn't work.

I have been trying with Vimeo and autoplay doesn't work.


PodPlayerController(
        playVideoFrom: PlayVideoFrom.vimeo(videoId),
        podPlayerConfig: const PodPlayerConfig(
          autoPlay: true,
          isLooping: false,
          wakelockEnabled: true,
        ),
      );
      

panalgin avatar Jul 19 '23 13:07 panalgin

Please add more context: Autoplay is working fine

if issue is solved please close the issue

newtaDev avatar Aug 16 '23 07:08 newtaDev