Hello, I have a bug between two pages if I disable "Allow Back Navigation"
HomePage :
Button with action NavigateTo Page2 with "Allow Back Navigation" disable
Page2 :
Action OnPageLoad : alertDialog (to test)
Button with action NavigateTo HomePage (no bug, with NavigateBack action)
With this configuration, OnPageLoad trigger only one time, it's a bug ?