THEOplayer / react-native-theoplayer-ui

A React Native UI for @theoplayer/react-native
https://www.theoplayer.com/docs/open-video-ui/react-native/
6 stars 1 forks source link

Bugfix/skip buttons downloaded mp4 #22

Closed wjoosen closed 8 months ago

wjoosen commented 8 months ago

A SkipButton's enabled state is initially set to false and it only changes to true on PROGRESS events where the seekable ranges are not empty.

This PR adds some changes to make sure SkipButtons are shown for (offline) MP4 assets too. It does this by: