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 "fade-thin" image mask resource is not loading in our app. The other mask resources work fine.
This works fine with the "fade-light" mask resource.
<Grid> <!-- Bottom image --> <Rock:Image Source="https://domain.com/yourimage.jpg" Ratio="2:1" Aspect="AspectFill"> <Rock:TintTransformation Color="#000000" /> </Rock:Image> <!-- Top mask --> <Rock:Image Source="resource://Rock.Mobile.Resources.Masks.fade-light.png" Ratio="2:1" Aspect="AspectFill"> <Rock:FillColorTransformation Color="#000000" /> </Rock:Image> </Grid>
However the mask is not visible when trying to use the "fade-thin" resource.
<Grid> <!-- Bottom image --> <Rock:Image Source="https://domain.com/yourimage.jpg" Ratio="2:1" Aspect="AspectFill"> <Rock:TintTransformation Color="#000000" /> </Rock:Image> <!-- Top mask --> <Rock:Image Source="resource://Rock.Mobile.Resources.Masks.fade-thin.png" Ratio="2:1" Aspect="AspectFill"> <Rock:FillColorTransformation Color="#000000" /> </Rock:Image> </Grid>
All image mask resources should work as per the documentation.
The "fade-thin" image mask resource does not load properly.
v6.0.0.0
No response
iOS v17.4.1
Pixel 7, Android 14
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Issue in Detail
The "fade-thin" image mask resource is not loading in our app. The other mask resources work fine.
Can reproduce in
Steps to Reproduce
This works fine with the "fade-light" mask resource.
However the mask is not visible when trying to use the "fade-thin" resource.
Expected Behavior
All image mask resources should work as per the documentation.
Actual Behavior
The "fade-thin" image mask resource does not load properly.
Screenshots or Videos
Using the "fade-light" Mask Resource
Using the "fade-thin" Mask Resource
Reproduction XAML
Mobile Shell Version
v6.0.0.0
Last Known Working Version
No response
iOS Device Type(s) and iOS Version(s)
iOS v17.4.1
Android Device Type(s) and Android Version(s)
Pixel 7, Android 14
The text was updated successfully, but these errors were encountered: