| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Update `nativescript-dev-webpack` dependencies.
Delete `*-nav-page.*` files reproducing the issue. Update `home-page.xml` with `ScrollView` to reproduce the issue.
Update styles -> `app.css`. Update structure -> `home/home-page.xml`. Add Grid + Wrap examples.
…into ios-safe-area
…tended by ListViewBase
|
--ignore ios11 groceries_ios testsappng_ios ng_animation_examples_ios cuteness_ios |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
All container components and all content components layout in the safe area.
What is the new behavior?
All container components stretch outside the iOS safe area and have all content components layout in the safe area. This basically means the backgrounds of the container components will be seen to the limits of the screen.
Implements #5746.