flutter_easyloading icon indicating copy to clipboard operation
flutter_easyloading copied to clipboard

Prevent back navigator (userInteractions = false)

Open mozaffari opened this issue 3 years ago • 6 comments

prevent hard key back button if userInteractions = false

mozaffari avatar Jan 12 '21 04:01 mozaffari

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

github-actions[bot] avatar Jan 12 '21 04:01 github-actions[bot]

@mozaffari unfortunately, prevent hard key back button is not available now, it will be work later

nslogx avatar Jan 13 '21 01:01 nslogx

@kokohuang I know it is not available now. I think it is a good feature to be added in upcoming updates of the package. I am not sure if I can do this. but if I did, I will make a pull request.

mozaffari avatar Jan 16 '21 12:01 mozaffari

@mozaffari that would be great

nslogx avatar Jan 17 '21 11:01 nslogx

Any updates?

RogerBrusamarello avatar Jul 23 '21 01:07 RogerBrusamarello

可以使用WillPopScope组件监听返回事件

NiuXiaoGuang avatar Nov 17 '22 15:11 NiuXiaoGuang