Natalia Baranova
Natalia Baranova

Reputation: 13

Xamarin Forms NavigationPage small part of previous page visible when navigating on iOS

I'm facing a very awkward trouble with my XF NavigationPage on iOS, and can't find anything about it on google. When I navigate from one page to another using Navigation.PushAsync there is 1pt line of previous page on the left of the screen visible untill replace that loading page's content from codebehind, you can see it here: screenshot (I actually have an image im my XAML and it's replaced with content that is loaded from server). If I disable animations with false param on PushAsync this dosen't happen.

Is there any way to preserve animations and get rid of this? Any suggestions appreciated, thank's in advance.

Upvotes: 1

Views: 185

Answers (1)

FreakyAli
FreakyAli

Reputation: 16537

Update to the Latest version of Xamarin Forms, as I remember facing this bug on some previous version of XF probably 3.5 something but when i updated to the latest it started working

Good luck

Revert in case of queries

Upvotes: 0

Related Questions