eclipsesource / eclipsesource/tabris-js

[iOS]hide the safearea view , when the page is fullscreen layout

Open
#2,196 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

### Feature description
i use displaymode = 'float' , but iPhoneX, iPhone11, iPhone12 has safeAreaTop, i can't put the view over the safearea , so it can't fullscreen
![image](https://user-images.githubusercontent.com/4714247/132947211-a32427fe-1784-4924-b42a-5d0191dd7fb2.png)

### Proposed solution
hide the safearea view , when the page is fullscreen layout
maybe like this : `statusBar.displaymode = 'fullscreen'`

### Alternative solutions
Add a integer prop like ` tabris.safeAreaTopHeight` to control the height of safearea

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.