Navigation back from LockScreen
问题 i have a carousel page and on each of them i have a button and the user is able to lock the page. For that i am using dependency service and that works fine, however if i want to come back from the second page i am redirected to the first page and the page sort of "freezes". I need to be able to return to the second page of the carousel page. Can you help please? I have tried INavigation but i am getting a null exception. 2.I have also tried just override OnBackButton but that gets me back to