AlexandrNikulin / AnimationNavigationPage

AnimationNavigationPage is a NavigationPage with custom transitions animation effects.
Apache License 2.0
236 stars 37 forks source link

Page displacement without navigation bar #51

Open JuanCarlos-Arce opened 5 years ago

JuanCarlos-Arce commented 5 years ago

If any of the pages hide the navigation bar, the height of this page is the same than the ones with the bar, and it is moved to top keeping an empty space at the bottom of the page.

AlexandrNikulin commented 5 years ago

@JuanCarlos-Arce Issue only for Android or also iOS ?

JuanCarlos-Arce commented 5 years ago

I have tested it on Android only

BrianSouza commented 5 years ago

I had the same problem. How did you solve it?

srdmnc commented 5 years ago

I have the same problem. How to solve this?

Draeyko commented 5 years ago

Same Problem. working on a manual fix by using the override OnAppearing to probably set height or refresh the page. So far no luck. any word on when a fix will be available

srdmnc commented 5 years ago

any update on this?

pmahend1 commented 4 years ago

@sedmnc @Draeyko @JuanCarlos-Arce Could you please provide a reproducible code.?

sarthak1995-26 commented 3 years ago

Having same issue