uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

[Navigation] Update Show Message to use ContentDialog

Open nickrandolph opened this issue 2 years ago • 2 comments

What would you like to be added:

Change the implementation for ShowMessageDialogAsync to use ContentDialog so that it can be appropriately styled (eg material or fluent)

Why is this needed:

ShowMessageDialogAsync uses the standard message dialog which can't be styled to align with material

For which Platform:

  • [ ] iOS
  • [ ] Android
  • [ ] WebAssembly
  • [ ] WebAssembly renders for Xamarin.Forms
  • [ ] Windows
  • [ ] Build tasks

Anything else we need to know?

nickrandolph avatar Nov 22 '23 12:11 nickrandolph

@nickrandolph what is the status on this one please?

agneszitte avatar May 24 '24 15:05 agneszitte

Cant we just deprecate this (or properly document) and recommend for people to use ContentDialog-based prompts?

francoistanguay avatar Jul 10 '24 00:07 francoistanguay