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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: