There is a list on the main page. When you tap an item, a page opens with full data about this item (Navigation.PushAsync). It is necessary to implement on Android and iOS so that the swipe comes back (Navigation.PopAsync).

As below shown:

enter image description here

I am using SwipeGestureRecognizer. But the animation itself (pull the page) I do not. How to implement this on gif above?

    0