-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Correctly size the Android 12 splash screen #9797
Conversation
I'm seeing this issue as well. |
and me, is this solved? |
is this fixed yet? having the same problem |
Same problem for me, I tried the solution suggested in #9794 from @mattleibow but it lacks some informations:
please if your workaround really works with Android 12 provide us a detailed and working sample because I tested with a lot of combinations and none works. |
Still seeing this using .NET 7.0.102 :( |
What are you seeing @mhrastegari? This PR is about the aspect ratio of the image. You may be seeing the new feature of Android to not support the full screen splash. They only support "icons" now. See also #7404 Please open a new issue with a screenshot if it is not the new, small circle splash format from Google. We can't really do anything. Probably in the next android they will change again, so best we can do is hope they un-decide to make this horrible decision. |
Hi, Where can i find the full repo? |
Splash Image displayed in a circle and cut off , but i want to display in full screen |
Description of Change
This PR make sure the splash image on Android 12+ fits withing the visible area. The image is still currently stretched and this will have to be fixed in another PR as this involves changing the rendering code, but for now if the source image is a square, then all is well.
Issues Fixed
Fixes #9794