-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Lottie animation not centered on Samsung S20 #310
Comments
Have you experimented setting the |
Right now the property is not setted, so it's taking the default value The main difference I noticed on the devices is that the Samsung S20 is a QHD+, while others FHD |
Yes, you can try any of those two alternatives, maybe that helps. |
Thank you for your response, I'll try asap and comment again. It seems there is no simulator specifically for Samsung devices, I already tried to use Android Studio emulators and the problem is not displayed. I used the Samsung Remote Test Lab. |
Hello @timbru31 I used an emulator of a Samsung S20 and tried almost all possible values of the property (all except for the None works fine, I'll place screens right after: Note: yesterday evening I make a try on a friend's phone (Samsung Note 20 Ultra) and also there I could see the problem |
Hello @timbru31, do you have any news? Sorry to replay after only 6 days, but the client needs this fixed |
Hi, there is something new about this? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale, I've had sadly no time for investigation yet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale, still needs an investigation. |
I have the same problem on my Samsung Galaxy A9 but only on this and I tested it on two other phones and in the emulator. |
Bug report
What steps will reproduce the problem?
Using the Ionic project with the Lottie SplashScreen, build the application for Android and run it on two different mobile devices.
Expected output
The lottie animation to be visualized centered into the screen, like in the following image (taken from a Huawei P30 Pro):
What do you see instead?
The lottie animation is displayed on the bottom of the screen.
Log file of the issue/error
No logs available
Version information
The installed Ionic plugin is "@ionic-native/lottie-splash-screen": "^5.19.1"
Your plugin installed is "cordova-plugin-lottie-splashscreen": "0.9.1"
Please provide any additional information below.
The problem is present only (so far) on Android, specifically on Samsung s20 devices. I personally verify on other devices (Samsung S8, Huawei P30 Pro and Xiaomi Redmi Note 9) and everything is fine on those.
Checklist
The text was updated successfully, but these errors were encountered: