Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MessageDialog ignores RequestedTheme in windows phone universal app

In my application I set Light theme as requested theme App.Current.RequestedTheme = ApplicationTheme.Light; all the application is applying this Light theme no matter what is the current phone theme. But all MessageDialog are using Phone theme. e.g phone theme is Dark MessageDialog is applying Dark theme.

Is there any way to set MessageDialog theme?

like image 884
Muhammad Saifullah Avatar asked Nov 23 '25 06:11

Muhammad Saifullah


1 Answers

Try to use ContentDialog for Windows Phone part of Universal app, for Windows part use Flyout or Popup

like image 85
R.Titov Avatar answered Nov 27 '25 22:11

R.Titov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!