GiampaoloGabba / Xamarin.Plugin.SharedTransitions

Shared Element Transitions between pages in Xamarin.Forms (IOS/Android)
MIT License
414 stars 57 forks source link

SharedTransitionShell blocks application when navigating using gestures #63

Open VladimirFelix opened 3 years ago

VladimirFelix commented 3 years ago

If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.

Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.

Bug Information

Version Number of Plugin: 2.4 Device Tested On: iPhone XS iOS 14.2 Simulator Tested On: iPhone 11 iOS 14.3 Version of VS: VS Mac 8.8.4 (build 30) Version of Xamarin: 4.8.0.1821 Versions of other things you are using:

Steps to reproduce the Behavior

When I try to navigate using Shell navigation with SharedTransitionShell work fine, but if the navigation won't complete and I drag page to right again the application can't go back and some times freeze. I did think that Xamarin.Forms was produce the issue, but I did test with a SharedTransitionShell vs Shell and with shell work fine.

Expected Behavior

Actual Behavior

Code snippet

Screenshots

ezgif com-video-to-gif Using Shell

ezgif com-video-to-gif(1) Using SharedTransitionShell

I not using transitions right now, it's only navigation

ozielguimaraes commented 1 year ago

Any news on this bug?