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

KeyboardShrinksView not working with iPhone X and iPhone XS full screen #80

Open
arctic-ice-cool opened this issue Dec 18, 2018 · 5 comments

Comments

@arctic-ice-cool
Copy link

As part of making Phonegap apps work full screen on iPhone X and XS, you need the splash screen plugin with specific splash screens configured to make the app load in true full screen.

As part of this, you need the viewport meta tag to include this: viewport-fit=cover

This then stops the KeyboardShrinksView setting in config.xml (and the JS function too) from working.

Removing this: viewport-fit=cover from the HTML meta tag fixes the issue, however then you don't get the full screen on iPhone X and XS, and instead you get white bars on the top and bottom.

@levibn123
Copy link

I can confirm this issue.

@arctic-ice-cool
Copy link
Author

Woo we’ve doubled the traction on this now 🤪

@JohanPLaubscher
Copy link

Have the same issue, can't seem to find a workaround.

@arctic-ice-cool
Copy link
Author

This will require plugin development I believe to parse the meta viewport data differently

@JohanPLaubscher
Copy link

PR #85 sorted the issue for me, you can check to see if it solves your side too?

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

3 participants