unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.94k stars 724 forks source link

[iOS, Android] `Page.NavigatedTo` is invoked after `Page.Loaded` #1478

Open jeromelaban opened 5 years ago

jeromelaban commented 5 years ago

Current behavior

During a frame navigation , Page.NavigatedTo is invoked after Page.Loaded.

Expected behavior

Page.NavigatedTo is invoked before Page.Loaded, in line with the WinUI behavior.

Environment

Package Version(s): 1.45

Affected platform(s):

Visual Studio

Relevant plugins

MartinZikmund commented 4 years ago

Related to #2895

MartinZikmund commented 1 month ago

Is this still an issue on Skia and WASM? @morning4coffe-dev

morning4coffe-dev commented 1 month ago

@MartinZikmund I can confirm on both Skia and WASM, the NavigatedTo is correctly called before Loaded.