You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
There is a problem with the paused prop. It would we great to fix this issue in the next release 😁
Use case
We have a screen with a video on top and input boxes where users can enter title and description of their video at the bottom.
Bug:
When we pass 'paused' as true, the video does not automatically play as expected. However, if the user presses play and then presses on an input box, or enters/exits fullscreen the video pauses. Whereas if we pass 'paused' as false, this does not occur.
How I fixed it currently:
I've passed the handleTogglePlayPause function to onLoad and created a ref. On handleTogglePlayPause function, I've called the togglePlayPause method to pause the video.
Paused Prop Bug
Hi,
There is a problem with the paused prop. It would we great to fix this issue in the next release 😁
Use case
We have a screen with a video on top and input boxes where users can enter title and description of their video at the bottom.
Bug:
When we pass 'paused' as true, the video does not automatically play as expected. However, if the user presses play and then presses on an input box, or enters/exits fullscreen the video pauses. Whereas if we pass 'paused' as false, this does not occur.
How I fixed it currently:
I've passed the
handleTogglePlayPause
function toonLoad
and created a ref. OnhandleTogglePlayPause
function, I've called thetogglePlayPause
method to pause the video.ref and handleTogglePlayPause method:
VideoControlsVideoPlayer props:
The text was updated successfully, but these errors were encountered: