Closed TimLariviere closed 4 years ago
/azp run full build
Not sure how AppTheme is supposed to work. Tested it on both iOS and Android, and it doesn't work.
iOS never triggers Application.Current.RequestedThemeChanged
when the phone theme change.
Android recreates the activity hosting XF/Fabulous, thus resetting the state of the app to 0.
Xamarin.Forms 4.6 has been released yesterday. It contains 2 new controls: Expander and RadioButton as well as support for AppTheme (Light and Dark). I added samples for those 3 in the AllControls sample.