https://github.com/nathanwalker/modal-issues
https://github.com/nathanwalker/modal-issues
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanwalker/modal-issues
- Owner: NathanWalker
- Created: 2018-05-21T18:28:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T18:31:46.000Z (about 8 years ago)
- Last Synced: 2024-12-31T19:55:02.221Z (over 1 year ago)
- Language: TypeScript
- Size: 2.38 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example of whitebar on top of modals
```
tns run ios --emulator
```
Choose to open modal and observe the white bar at the top. This should be flush with color of the page background or controlled some other way. Prior to {N} 4.x, this could be controlled like this in the modal component constructor:
```
page.backgroundSpanUnderStatusBar = true;
page.backgroundColor = new Color('#AF1426');
```
However no longer works.