jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.27k stars 1.61k forks source link

Getx5手势返回在iOS18上全屏都能触发,会影响其他手势 #3209

Open wengxianxun opened 2 weeks ago

wengxianxun commented 2 weeks ago

我在iOS18上测试,会出现整个界面都能手势拖拉返回上个页面。

https://github.com/user-attachments/assets/3322267d-6b52-4da1-b16a-bf0b2ef1934a

GelistirmeKF commented 2 weeks ago

Related with

2705

wengxianxun commented 2 weeks ago

Related with #2705

翁看了#2705的帖子,但是我还是不知道如何修复这个问题。

WMOH-DEV commented 1 week ago

same here, and i tried (gestureWidth:(context)=> context.width/20) doesnt work What I did to solve it was to set popGesture: false until the issue gets resolved.