I have a separate page for a ListPicker element with property ExpansionMode set to FullScreenOnly.
If I don't use it - returning animation works fine, both NavigationOutTransition of the current page and NavigationInTransition of the destination page are shown properly. However, if I touch it and then somehow close it - the NavigationOutTransition is simply skipped.
I have a suspicion that this is happening because of the Popup in the ListPicker design, but I don't know what can and should I do about it. Any ideas?
