-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
iOS fullscreen not working correctly #794
Comments
Could you share an example project with me so I can debug this? This sounds like #453 |
Commenting out this thing fixes the alignment, but the view is still "small"
Will do a bit later. I believe it should be very easy to reproduce. |
Here you go https://github.com/gultyayev/lottie-repro On the screen & repro it's evident that the background color is ignored and the animation is misplaced as well as incorrectly sized. On Android it works okay. ![]() P.S. I can see warnings about using old |
I think I found a fix. Will post a PR for your consideration. Perhaps, that will help. |
hi @gultyayev, I've tried your fix, and it's working well, but it only covers the center part. I want the splash screen to be a bit bigger. Any help would be appreciated. |
Bug report
What steps will reproduce the problem?
LottieFullScreen: 'true'
Expected output
Animation should display correctly.
What do you see instead?
When the app starts you have a rectangle in the middle of the screen (about half the size of the screen, and most evident on the dark background as the rectangle is white. always. even when you set the background color), and a very small animation in the bottom right corner.
Even when not in fullscreen, the animation is misplaced and the rectangle is there.
Version information
Please provide any additional information below.
Checklist
The text was updated successfully, but these errors were encountered: