kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
471 stars 56 forks source link

the page navigate to using the transition from the package will disable swipe left to return gesture on iOS #44

Open renntbenrennt opened 3 years ago

renntbenrennt commented 3 years ago

As stated on the title, this issue is tested even from the example project.

I wonder if this is intended or is there a way to workaround this...?

Thank you.

And we really need the default return gesture provided from iOS... so... yeah, thanks again!

ProtoManGG commented 3 years ago

Indeed please look into this !

AgustinV08 commented 3 years ago

Same issue here, thanks for reporting

djsjr commented 3 years ago

Exactly what I came here to bring up. Please implement a solution! Can't use this until it works

kalismeras61 commented 3 years ago

This is flutter issue all transitions in PageRouteBuilder so it wont work gesture swipe on IOS.

Here is the issue still open status. https://github.com/flutter/flutter/issues/47441

carlleeswanson commented 2 years ago

Why "wontfix"? The flutter issue https://github.com/flutter/flutter/issues/47441 explains how to handle this. It seems like the workaround described there could be applied to this package

kalismeras61 commented 2 years ago

Added new isIos Parameter.