Skip to content

Commit bc8e34c

Browse files
committed
docs: add note on Popup's deprecation
1 parent dacd160 commit bc8e34c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/plugins/popups.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ If updating your Xamarin.Forms app, particularly from older version of the Popup
1818
builder.UseMauiApp<App>()
1919
.UsePrism(prism => prism.ConfigureMopupDialogs())
2020
```
21+
22+
> [!NOTE]
23+
> Using PopupPage's directly with Prism Navigation is no longer supported. PopupPage's are best used and make the most sense to be used as a Dialog. For this reason you should migrate your code to use the DialogService. Note that Prism.Plugin.Popups for .NET MAUI does expose a number of additional attached properties that you can use to configure the PopupPage that is created by the DialogService.

0 commit comments

Comments
 (0)