back_button_interceptor icon indicating copy to clipboard operation
back_button_interceptor copied to clipboard

Doesn't work with iOS swipe

Open ghost opened this issue 3 years ago • 2 comments

The package description makes no mention of handling the iOS back swipe. It would be appreciated to update the package description to explicitly state that the iOS swipe is not supported (I had to download and test the sample in the iOS simulator to confirm). It would also be helpful if the description described whether iOS support is planned for a future release.

ghost avatar Mar 09 '22 19:03 ghost

Yes, the Android back-button and the iOS swipe are very different features, and are implemented in very different ways in the Flutter framework. This package is very focused on the back-button and will not support iOS swipe. I will add this info to the documentation. Thanks!

marcglasberg avatar Mar 09 '22 19:03 marcglasberg

if you want to detect swipe actions you can check this https://stackoverflow.com/questions/55050463/how-to-detect-swipe-in-flutter

Abdelaty avatar Jan 12 '23 23:01 Abdelaty