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
b79801af5f
chore: cleanup
2025-07-22 22:46:15 -07:00
Nathan Walker
0ba0ab0d59
chore: working with builder xml require vs dynamic import wip
2025-07-22 14:37:11 -07:00
Nathan Walker
e7ab426ee2
refactor: circular deps part 14
2025-07-10 15:47:29 -07:00
Nathan Walker
779def7609
refactor: circular deps part 7
2025-07-08 22:18:43 -07:00
Nathan Walker
01d537bf15
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling ( #10478 )
2024-04-05 17:07:16 -07:00
farfromrefuge
40b2a6a6db
chore: use __ANDROID__ and __IOS__ throughout ( #10446 )
...
Standardizes usage for more macro style removal during bundling for target platforms.
[skip ci]
2023-11-25 08:34:25 -08: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
Jamie Birch
485fb61947
fix(core): Observable event types consistency ( #10181 )
2023-01-31 07:42:09 -08:00
Morten Sjøgren
d5a8a25aba
feat(core): first class a11y support ( #8909 )
2021-04-06 11:18:36 -07:00
Igor Randjelovic
6da7d90e25
fix(page): frame getter for custom Frames ( #9195 )
2021-02-04 07:55:16 -08:00
Dimitris - Rafail Katsampas
5fe27428e0
feat(android): FlexboxLayout support for isPassThroughParentEnabled ( #8798 )
2021-01-29 13:03:27 -08:00
Martin Guillon
9a380cd43e
fix(core): prevent circular reference Frame <> Page ( #9111 )
2020-12-30 07:58:14 -08:00
Nathan Walker
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00