Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

VideoView Play, Pause and Progressbar controls are not showing on iOS 16+ #903

Open
PavanRaghamwa opened this issue Jul 5, 2023 · 1 comment

Comments

@PavanRaghamwa
Copy link

PavanRaghamwa commented Jul 5, 2023

馃悰 Bug Report

The progress bar, start, and stop buttons are not displayed on the player until you run through the video, but all the functionality like stop, start, and progress bar is working even though they are not displayed.

Sometimes, when I run through the video,聽 the progress bar, start, and stop buttons appear.

Even though we are setting properties like ShowControl = true (at the time of initialization) and CrossMediaManager.Current. MediaPlayer.ShowPlaybackControls = true (Before every video play)

Expected behavior : It should be displayed every time we play the video.

Configuration : I checked the video on the iPhone 13; the OS version is 16.3.1.

Platform:
Environment:
Xamarin.Forms: 5.0.0.2515
Plugin.MediaManager: 1.1.1
Xamarin.iOS: 16.4.0.3

@PavanRaghamwa PavanRaghamwa changed the title VideoView Playback controls are not showing on iOS 16+ VideoView Play, Pause and Progressbar controls are not showing on iOS 16+ Jul 5, 2023
@timgoeij
Copy link

I have the same issue, from what I know if you set autoplay in the VideoView on true the player starts playing and the playback button are working (I am not using the default playback controls). Also the player of my VideoView is not Displayed.

if you want to load another video and stops the player before loading, the playback controles aren't working anymore.

Platform:
Environment:
Xamarin.Forms: 5.0.0.2612
Plugin.MediaManager: 1.1.1
Xamarin.iOS: default sdk for Xamarin forms

Testing on Iphone 11 with IOS 16.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants