You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement to show/persist the iOS status bar (on top) always. This is while the WKWebview is in focus or while the lottie splash screen screen is shown.
Feature Description
Can we add an option:
To pass the dimensions of the animation container, or
Pass a config to account for the status bar so that the animation view does not take the entire iOS view port.
The method LottieSplashScreen.createAnimationViewContainer uses the entire parentView bounds which does not account for the status bar. See attached screenshot and the dimensions that it reports. ( 1194x834).
Feature Request
Motivation Behind Feature
We have a requirement to show/persist the iOS status bar (on top) always. This is while the WKWebview is in focus or while the lottie splash screen screen is shown.
Feature Description
Can we add an option:
The method
![image](https://user-images.githubusercontent.com/4606033/217991376-82fbc3e3-7a2b-4bae-a3fb-87200b1eda9c.png)
LottieSplashScreen.createAnimationViewContainer
uses the entire parentView bounds which does not account for the status bar. See attached screenshot and the dimensions that it reports. ( 1194x834).The WKWebview's bounds are (1194x810)
![image](https://user-images.githubusercontent.com/4606033/217991442-11e334d7-7ae1-4014-8a9b-dc90a2b52e76.png)
Alternatives or Workarounds
None so far
Version information
The text was updated successfully, but these errors were encountered: