When Material 3 is enabled via <UseMaterial3> true </UseMaterial3>, the dialogs created by DisplayAlert, DisplayActionSheet, and DisplayPromptAsync still render with Material 2 (M2) styles on Android. All other M3-aware controls (Picker, DatePicker, TimePicker, Switch, etc.) correctly display M3 styling.
Actual Behaviour:
Expected Behaviour:
The alert dialog should render with M3 styling.
When Material 3 is enabled via
<UseMaterial3> true </UseMaterial3>, the dialogs created by DisplayAlert, DisplayActionSheet, and DisplayPromptAsync still render with Material 2 (M2) styles on Android. All other M3-aware controls (Picker, DatePicker, TimePicker, Switch, etc.) correctly display M3 styling.Actual Behaviour:
Expected Behaviour:
The alert dialog should render with M3 styling.