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

Add option to respect/ignore safe area on iOS #1044

Open
BorisB opened this issue Dec 28, 2023 · 0 comments
Open

Add option to respect/ignore safe area on iOS #1044

BorisB opened this issue Dec 28, 2023 · 0 comments

Comments

@BorisB
Copy link

BorisB commented Dec 28, 2023

Feature Request

Motivation Behind Feature

Design of some applications requires to show content all over display, including space, reserved for system status bar (for example Google Maps). On iOS Cordova allows to use this space for its html body, but inappbrowser ignore this fact and use only safe area part of body.

Feature Description

Add "respect-safe-area" option with default value true. If it's true - to keep everything as is. If it's false - use for inappbrowser all body area, no matter if it respects safe area or not.

Alternatives or Workarounds

As I know, there are no workaround right now.

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