You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Shell page parameter navigation does not set parameter for page before OnAppearing is called. In prior releases, the OnAppearing used to be called after the paramters were set allowing us to load the content based on the parameter.
Steps to Reproduce
Use Shell page and add 2 pages
Navigate from page 1 to page 2 using GoToAsync("Page2?id=5");
Observe that OnAppearing of page 2 is called before the id parameter is set
Expected Behavior
The parameter set should be called before the OnAppearing is called
Actual Behavior
OnAppearing of page 2 is called before the id parameter is set
Basic Information
Version with issue: Xamarin.Forms 4.7.0.1080
Last known good version: Xamarin.Forms 4.6.x and versions below