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
As far as I have realized, in the Droid project there is an error with PauseCommand in VideoPlayerRenderer class, where the _isPaused in the if clause should have been (!_isPaused) ; otherwise you can never pause the video using a command. This caused me and my collagues hours of staring at the screen. Thanks for making us struggle for hours.
The text was updated successfully, but these errors were encountered:
As far as I have realized, in the Droid project there is an error with PauseCommand in VideoPlayerRenderer class, where the _isPaused in the if clause should have been (!_isPaused) ; otherwise you can never pause the video using a command. This caused me and my collagues hours of staring at the screen. Thanks for making us struggle for hours.
The text was updated successfully, but these errors were encountered: