xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.88k stars 633 forks source link

The secondary page can't respond to any GestureDetector #688

Closed 826327700 closed 1 year ago

826327700 commented 1 year ago

The secondary page can't respond to any GestureDetector. Is it not supported GestureDetector ? or is there a problem with my code?

xuelongqy commented 1 year ago

Indeed, I also found this problem. When the secondary page occupies a full screen, the gesture will fail. I’m not sure yet what caused this problem.

xuelongqy commented 1 year ago

Related to (https://github.com/xuelongqy/flutter_easy_refresh/pull/714/commits/f7e12a65a9f3c85f753edbfdb6df9f910bd2555c)

xuelongqy commented 1 year ago

3.3.1+2 fixed