Video autoplay inconsistent on web

Please provide the following:

  1. SDK Version: 44.0.6
  2. Platforms(Android/iOS/web/all): web
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I’m using the Video object and when I first load on web it doesn’t autoplay, but if I reload the page it does. Any ideas what is going wrong here? Code below:

<Video
source={{ uri: ‘https://???.mp4’ }}
resizeMode=“contain” shouldPlay isLooping />

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.