-
Notifications
You must be signed in to change notification settings - Fork 563
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
[Android] Background image squished. #4687
Comments
Hi @Gunashree-R-V. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions. |
@golddove please update with your investigation comments here. Moving to 20.10 based on priorities around Accessibility for 9/30 |
Talked with @dclaux about this before - the same issue occurs with Image that has This needs a design discussion about how we want to treat images when there's no explicit width/stretch given. Our spec just says that auto means no scaling (as long as it fits). This would mean every device would show a different sized image subject to the display's pizel density. But perhaps we want to instead scale them such that the same images take up the same physical size across devices..? |
@golddove currently working on this. Testing out/Validating fix. |
@golddove updates? Is this still on track to be checked in by EOW? |
Should be good. In PR. |
🎉This issue is now fixed by #4956 and successfully released as part of our Handy links: |
Platform
Author or host
Microsoft Teams
Version of SDK
1.2.10
Details
Here is the JSON:
When a background image has fillMode:
"repeat"
/"repeatHorizontally"
/"repeatVertically"
, the image is compressed.And this happens irrespective of where the background image is placed.
Here is the Desktop, Android and iOS comparison:
cc: @VikrantSingh01, @anbah34, @shbhadra
The text was updated successfully, but these errors were encountered: