Replies: 2 comments 1 reply
-
@Midnayt as far as I can tell, any popup - like In general a popup is not part of the navigation system but it's something shown on top of the current page. So, yes, my library should be compatible due to the fact we're simply talking about different things. // Use INavigationService to push a new page
_navigationService.GoToAsync(Navigation.Relative().Push<DetailPageModel>());
// Use Mopup to display a popup
_mopupService.PushAsync(new MyPopupPage { Animation = animation }); If you find yourself in a position where |
Beta Was this translation helpful? Give feedback.
-
@albyrock87 Thank you for your response. Will check and then report if there will be an issues. |
Beta Was this translation helpful? Give feedback.
-
Hi, does your lib supports any popups(CommunityPopup/Mopups)?
Beta Was this translation helpful? Give feedback.
All reactions