Skip to content

Instantly share code, notes, and snippets.

@jsauve
Created February 8, 2022 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsauve/8c96db7975c053dd9065f6fc9daa9b2d to your computer and use it in GitHub Desktop.
Save jsauve/8c96db7975c053dd9065f6fc9daa9b2d to your computer and use it in GitHub Desktop.
var myPage = new MyPage(); // or wherever your page comes from
var navPage = new NavigationPage(myPage);
await Navigation.PushModalAsync(navPage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment