Commit Graph

11 Commits

Author SHA1 Message Date
Nathan Walker
5f022855e8 feat(ios): ease of use on explicit preferredStatusBarStyle
Allows statusBarStyle to be defined on any view for explicit per view control, whether presented in modal or not.
Note: You must remove Info.plist key `UIViewControllerBasedStatusBarAppearance`
It defaults to true when not present: https://developer.apple.com/documentation/bundleresources/information-property-list/uiviewcontrollerbasedstatusbarappearance
Or you can explicitly set it to true:
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>

False value will make this property have no effect.
2025-09-24 12:02:40 -07:00
Nathan Walker
e7ab426ee2 refactor: circular deps part 14 2025-07-10 15:47:29 -07:00
Ammar Ahmed
24ad6e45b1 docs(core): fix types & improve jsdoc comments (#10620) 2025-01-12 12:38:28 -08:00
Jamie Birch
9e472d7874 docs(core): update comments for on, once, addEventListener and removeEventListener (#10545) 2024-05-23 08:26:03 -07:00
Dimitris-Rafail Katsampas
22c21b7e06 fix(core): page frame reference not unset on native view disposal (#10417) 2023-10-22 19:50:48 -07:00
Jason Cassidy
2e732ae79f fix(core): fix Page event overload resolution (#10347) 2023-07-23 19:48:13 -07:00
Nathan Walker
a822f2affb chore: a11y polish (#9259) 2021-04-06 11:18:36 -07:00
Nathan Walker
a67fb69687 chore: typing cleanup 2021-04-06 11:18:36 -07:00
Nathan Walker
1cd6854370 chore: typing fixes 2021-04-06 11:18:36 -07:00
Morten Sjøgren
d5a8a25aba feat(core): first class a11y support (#8909) 2021-04-06 11:18:36 -07:00
Nathan Walker
020ad4da37 chore(core): monorepo, esm targeting, improved management (#8707) 2020-08-25 20:00:59 -07:00