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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Media Player Shows Default Image on iOS Devices Behind Thumbnail #17

Open
2 tasks done
melissadrexler opened this issue Jan 4, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working unverified This issue has not been verified yet

Comments

@melissadrexler
Copy link

Describe the Issue in Detail

The default icon shows behind the thumbnail image on iOS devices for the Media Player.

Can reproduce in

  • Orange App
  • Blue App

Steps to Reproduce

  1. Add the Media Player to a page
  2. Provide content with a thumbnail image
  3. Set the InitialAspectRatio to 1:1 for a square image
  4. Load the page

Expected Behavior

The default player icon would only show if a thumbnail image was not provided.

Actual Behavior

The default player icon always shows behind the image on iOS devices.

Screenshots or Videos

IMG_4264
IMG_4256 2

Reproduction XAML

<Rock:MediaPlayer
            Source="https://my.itownchurch.com/GetFile.ashx?guid={{ contentchannelitem | Attribute:'AudioFileUpload', 'RawValue' }}"
            ThumbnailSource="https://my.itownchurch.com/GetImage.ashx?guid={{ contentchannelitem | Attribute:'AudioGraphic', 'RawValue' }}"
            InitialAspectRatio="1:1"
            AutoPlay="true"
            Title="One Year Bible - {{ contentchannelitem.StartDateTime | Date:'MMMM d' }}"/>

Mobile Shell Version

v5

Last Known Working Version

Not sure, we didn't think it always happened, so maybe v4

iOS Device Type(s) and iOS Version(s)

iPhone 11 running 16.6

Android Device Type(s) and Android Version(s)

N/A

@melissadrexler melissadrexler added bug Something isn't working unverified This issue has not been verified yet labels Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unverified This issue has not been verified yet
Projects
None yet
Development

No branches or pull requests

1 participant