I want to give to the user the possibility of select an element of a list in a popup (without navigate to another page).
My question is, is this possible with Xamarin.Forms? is there any plugin available for do this?
I am thinking on using the ActionSheet, but maybe this control is no the best one for this purpose...
Thanks.