Skip to content

Can't get MoPopups to work #378

Answered by enisn
BinaryAssault asked this question in Q&A
Discussion options

You must be logged in to vote

Oh, sorry, it seems it is a bug. The default options aren't configured in the library. We'll fix this issue in the next patch release.

You can use the following workaround in your MauiProgram.cs

  builder.Services.Configure<DialogOptions>(options =>
  {
  
  });

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BinaryAssault
Comment options

Answer selected by BinaryAssault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants