Good day. I can not understand what is wrong in using Navigation.PushPopupAsync(_InfoPopup); "Produces an error in _InfoPopup : Argument 2 cannot be converted from NewsInfoBudgetEntrantBranchBeloretsk to Rg.Plugins.Popup.Pages.PopupPage"
I use the NuGet library: https://www.nuget.org/packages/Rg.Plugins.Popup/
void OnTap(object sender, ItemTappedEventArgs position) { var _InfoPopup = new InfoBudgetEntrantBranchBeloretsk(); Navigation.PushPopupAsync(_InfoPopup); } 
Rg.Plugins.Popup.Pages.PopupPageotherwise it will not work - gil9red