Open jeromelaban opened 5 years ago
During a frame navigation , Page.NavigatedTo is invoked after Page.Loaded.
Page.NavigatedTo
Page.Loaded
Page.NavigatedTo is invoked before Page.Loaded, in line with the WinUI behavior.
Package Version(s): 1.45
Affected platform(s):
Visual Studio
Relevant plugins
Related to #2895
Is this still an issue on Skia and WASM? @morning4coffe-dev
@MartinZikmund I can confirm on both Skia and WASM, the NavigatedTo is correctly called before Loaded.
Current behavior
During a frame navigation ,
Page.NavigatedTo
is invoked afterPage.Loaded
.Expected behavior
Page.NavigatedTo
is invoked beforePage.Loaded
, in line with the WinUI behavior.Environment
Package Version(s): 1.45
Affected platform(s):
Visual Studio
Relevant plugins