Hi.
I have a problem I am using Xamarin.Forms and I don't know how to make a navigation to app previews View when I click a button (is item select);
To navigate to a specific page I user Navigation.PushAsync(new Page()); , how can I navigate to the previews page?
Thank you.