Hi,
I have a tabbedPage and one of tab page contains a listview. When I click on one of item it open a new page with Navigation.PushAsync when I press on back button of Android it return in my tabbedPage but when I click again on item it open twice same page !! I know that we have to manage this with a PopAsync but where if I don't want to use a own button to do this ?
I found the real problem. I adding my tap event in my OnAppearing() method. I move it in my constructor and it works fine.
Thank you me !
Answers
I found the real problem. I adding my tap event in my OnAppearing() method. I move it in my constructor and it works fine.
Thank you me !