In a page combining EdgeNavigator and PageControl the Activated event does not trigger when coming back from another page using goBack() / backbutton.
Example where it happens in the Preview mode. Swiping between Page X and Page 1 triggers the activated call, but going to Page 1 then using back does not. Remove the EdgeNavigator and it works fine.
The code block display cuts the tops 2 lines and bottom. The router is defined there. This is just a mini example I created to show the issue. I am using Activated in my App to call JS. It works fine when swiping between pages using PageControl but does not get called when coming “back” from a page outside the PageControl. It was working fine until I added an EdgeNavigator to the page.