Hi Folks,
First I am on page A. I call Navigation.PushAsync(new PageB());
Now I am on page B. I swipe to right from left edge on page B and hold, then swipe to left and hold, then swipe right again.
Now I am on page A, but page A is blank now.
I tried click Back navigation button on top left of the navigation bar or swipe to right from the left edge, both cases I get back to page A and page A is correctly displayed. The blank page only appears when I swipe first to right(hold), then to left(hold) then to right again.
Any suggestion is appreciated.