Hello,
Of I would like assistance with the following problem:
I have a ListView where there are several lines being listed.
By clicking on a line, it triggered one Navigation.PushAsync action, going to another ViewPage. In this new ViewPage there is a button with the action back where I use the "await Navigation.PopAsync ()". When I click the back button, the action click on this same line clicked before, is lost.
Has anyone ever experienced this?
Thank you.