PrismLibrary / Prism.Maui

This is an experimental repo. The code here will eventually be merged into the main Prism repo as a full fledged platform at which time this repo will be archived.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Prism Dialogs

dansiegel opened this issue · comments

Description

While some of the code is present the Prism DialogService needs to be fully ported and implemented for Prism.Maui

Dialog and Navigation Services, do I need a Windows platform independent implementation? These in Xamarin.Forms they all seem to be different.

Prism does not use Platform Specific implementations of anything with the exception that Prism.Forms does have some platform specific code to help with handling the Android Back Button