-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
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? |
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! |
ok, if ound the issue in iOS, it's happening with shell. opening a new issue |
yes, I’m using shell :) |
Oh man... with the new xf updates pop & gesture are complety broken... trying to find a way to fix it but everything in xf is internal and is a real challenge trying to work with an api like this....
…________________________________
Da: Hugo Vladimir Felix Anaya <notifications@github.com>
Inviato: Sunday, September 27, 2020 9:35:06 PM
A: GiampaoloGabba/Xamarin.Plugin.SharedTransitions <Xamarin.Plugin.SharedTransitions@noreply.github.com>
Cc: Giampaolo Gabba <info@evolutionlab.it>; State change <state_change@noreply.github.com>
Oggetto: Re: [GiampaoloGabba/Xamarin.Plugin.SharedTransitions] [Bug] Navigation.PopAsync(false) results in empty page (#45)
ok, if ound the issue in iOS, it's happening with shell. opening a new issue
yes, I’m using shell :)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#45 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB7PC2JSTFTU4ZOAZ2HTPZ3SH6HWVANCNFSM4QO7VD3Q>.
|
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.
The text was updated successfully, but these errors were encountered: