Grial-UI-Kit-Support icon indicating copy to clipboard operation
Grial-UI-Kit-Support copied to clipboard

VideoPlayer "IsMuted"-Property has no effect

Open grabnerM opened this issue 8 months ago • 0 comments

When playing a video via the videoPlayer, the background music player for example via Spotify gets stopped. Even if the IsMuted-Property is set to True or the video does not have an audio track.

Description

Our customers report that their background music gets stopped every time they use our app. After investigating this problem, we have identified the error. The video player stops the music. This would be appropriate if the played video has an audio track. But our videos are muted and we set the isMuted property to true. But this does not have the desired outcome.

Steps to Reproduce

  1. Play music on your smartphone in the background
  2. Start your grial app and open a video in the videoplayer (set ismuted to true, optionally open a muted video)
  3. see how your music stops and does not get started again

Expected Behavior

The background music should not stop.

Actual Behavior

The background music stops and does not continue after closing the video player.

Basic Information

  • Version with issue: .Net MAUI 8.0 but also with Xamarin
  • IDE: VS Code, VS for Mac, VS
  • Platform Target Frameworks:
    • iOS: 17.0
    • Android: APK 34

grabnerM avatar Jun 10 '24 08:06 grabnerM