Skip to content
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

Show iOS status bar when the splashscreen is shown #513

Open
merrillpaul opened this issue Feb 10, 2023 · 0 comments
Open

Show iOS status bar when the splashscreen is shown #513

merrillpaul opened this issue Feb 10, 2023 · 0 comments

Comments

@merrillpaul
Copy link

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:

  • 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).
image

The WKWebview's bounds are (1194x810)
image

Alternatives or Workarounds

None so far

Version information

Cordova Packages:

    cli: 11.0.0
        common: 4.1.0
        create: 4.0.0
        lib: 11.0.0
            common: 4.1.0
            fetch: 3.0.1
            serve: 4.0.0

Project Installed Platforms:

    ios: 6.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant