-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Logo is half size on Samsung Galaxy device #466
Comments
I don't have a Samsung to reproduce this, but maybe Samsung implements the Android SplashScreen API incorrectly. |
I'll add to my backlog to try the example app on a Samsung device and see if the issue is there too. |
@RamProg I made a test using Browserstack with v5. I'm not sure if this continue to occur, as it records in 30 FPS and it's not enough to have every frame. If you have a physical device, please give it a try to confirm. test-galaxy.mp4 |
I found this: https://issuetracker.google.com/issues/251807014
https://issuetracker.google.com/issues/247486677
How is this even considered as a fix? Samsung phones with OneUI 4 / Android 12 still exist 😥 https://issuetracker.google.com/issues/217891919
|
when you pr to master bro ? |
@nhutph I'm not your bro, please don't use that to discuss with OSS maintainers. I'm waiting for the end of the 10 days non-regression window of my PR on the Expensify app (Expensify/App#28644) As I don't own Samsung phones, it's a good way to let the end users test it on lots of devices. |
@zoontek Sorry about that. |
any update for issue or status pr for issue ? |
It will be in 5.1.0 beta on wednesday (I have a day off) |
I published a beta, so anyone can test it: #505 As I cannot fix what happen on the OS thread, I chose to keep the logo half sized for those devices. No size jump, even when using |
@zoontek Hey, I've recently upgraded to version 5 and encountered an issue with image zooming on the Samsung Galaxy S10. I wanted to inform you that I've tested the beta release, and it's working just as well as it did in version 4. Thank you. |
@alabsi91 Perfect, thank for your feedback 🙂 I will probably release the stable |
@zoontek I'm sorry, but I just found an issue. I barely noticed it, when navigating using React Navigation, the splash screen appears during the transition between the screens for a split second. |
@alabsi91 please provide a simple reproduction |
repo: https://github.com/alabsi91/splash-screen-android-issueRecording.2023-11-03.205010.mp4 |
@alabsi91 perfect, thanks a lot, I will have a look in the following days 🙏 |
@alabsi91 I tried a lot of things, but keeping a Thanks again for the reproduction, it saves me some time, I really appreciated it 🙏 |
@zoontek 🙌 Thank you for your amazing work! I've tested the new fix on a Galaxy S10 device with One UI version 4.1, and everything is looking great so far 👍 |
5.1.0 is here. I'm closing this issue, as I cannot fix the size on the system thread - at least the size is stable now. |
@zoontek |
@huextrat Are you using brand image? That's the only change for the samsungs from 5.1.0 -> 5.1.1 I know they size the logo incorrectly, but I found no info about them sizing the brand image incorrectly too |
Ok seems to working fine on |
@huextrat Maybe a cache issue? Even on |
@zoontek |
Probably that Samsung computer the size in another incorrect way on Note device. |
@zoontek I forgot it was about OneUI v4....i just wanted to share. Anyway, thank you for your hard work! |
Hi @zoontek, Thanks for the awesome package :)! this might not be the correct issue (i got here from some other issue relating to double splash screen,etc). We had the version |
@NiharR27 What phone do you have? A Samsung on OneUI v4? |
I tested on Samsung Galaxy S21 5G OS Version 13 (gotta check the above, not really sure about oneUI v4). Currently i am testing on Google Pixel 5 API 30 Sim |
So no, not the same issue. Please open a new one with a solid reproduction. |
ok 👌🏽 will do thanks. |
Bug summary
Splash screen working fine on iOS. On Android, it looks fine on Pixel devices, but it looks half size in Samsung Galaxy S20+.
We were using v3 before and didn't have this issue. We migrated to v4 following all steps as per docs and started seeing this issue.
We regenerated the png with the command, and also tried the old ones. We also tried using an XML drawable and it always looks smaller on Samsung galaxy.
I found this very similar issue, but it never got a solution.#410
Library version
4.7.3
Environment info
Steps to reproduce
Reproducible sample code
The text was updated successfully, but these errors were encountered: