We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default icon shows behind the thumbnail image on iOS devices for the Media Player.
The default player icon would only show if a thumbnail image was not provided.
The default player icon always shows behind the image on iOS devices.
<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' }}"/>
v5
Not sure, we didn't think it always happened, so maybe v4
iPhone 11 running 16.6
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Issue in Detail
The default icon shows behind the thumbnail image on iOS devices for the Media Player.
Can reproduce in
Steps to Reproduce
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
Reproduction XAML
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
The text was updated successfully, but these errors were encountered: