flutter_page_transition icon indicating copy to clipboard operation
flutter_page_transition copied to clipboard

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

Open renntbenrennt opened this issue 4 years ago • 6 comments

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!

renntbenrennt avatar Apr 27 '21 14:04 renntbenrennt

Indeed please look into this !

ProtoManGG avatar Apr 28 '21 05:04 ProtoManGG

Same issue here, thanks for reporting

AgustinV08 avatar Apr 28 '21 22:04 AgustinV08

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

djsjr avatar May 02 '21 05:05 djsjr

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

kalismeras61 avatar May 08 '21 07:05 kalismeras61

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

carlleeswanson avatar Jun 19 '22 03:06 carlleeswanson

Added new isIos Parameter.

kalismeras61 avatar Jun 20 '22 08:06 kalismeras61