Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Navigation.PopAsync(false) results in empty page #45

Closed
Inrego opened this issue Aug 29, 2020 · 6 comments
Closed

[Bug] Navigation.PopAsync(false) results in empty page #45

Inrego opened this issue Aug 29, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@Inrego
Copy link

Inrego commented Aug 29, 2020

Bug Information

Version Number of Plugin: 2.3.0
Device Tested On: Android 10.0
Simulator Tested On: Nope
Version of VS: VS 2019
Version of Xamarin: 4.8.0.1269
Versions of other things you are using:

Steps to reproduce the Behavior

Call Navigation.PopAsync(false);

Expected Behavior

Page is popped without any animations

Actual Behavior

Page is popped, but now the current page is empty.

@GiampaoloGabba GiampaoloGabba added the bug Something isn't working label Aug 30, 2020
@VladimirFelix
Copy link

VladimirFelix commented Aug 31, 2020

I had the same issue but only in iOS devices, also if I go back with a gesture the animation is beggin and if go back with pop the animations don't work.
In Android works fine.

ezgif com-resize

ezgif com-video-to-gif

@GiampaoloGabba
Copy link
Owner

ok, i think that disabling the animation will disable entirely my custom delegate, so the view that got animated are not getting rendered, i can fix that.

@VladimirFelix do you have the same problem or your is different?
To be clear, hwne you pop get a blank page, or when you pop the backwards animation doesnt start and there is the standard animation instead?

@GiampaoloGabba
Copy link
Owner

the non-animated pop is fixed in the next version.

@VladimirFelix regarding your issue with iOS i cant reproduce it. Would you mind to open a new issue and post a repro? Thx!

@GiampaoloGabba
Copy link
Owner

ok, if ound the issue in iOS, it's happening with shell. opening a new issue

@VladimirFelix
Copy link

ok, if ound the issue in iOS, it's happening with shell. opening a new issue

yes, I’m using shell :)

@GiampaoloGabba
Copy link
Owner

GiampaoloGabba commented Sep 27, 2020 via email

GiampaoloGabba added a commit that referenced this issue Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants