Milad-Akarie / auto_route_library

Flutter route generator
MIT License
1.58k stars 400 forks source link

IOS swipe back make TextField not focus when tab on TextField when app build with flutter 3.22 #1955

Closed RubyRook closed 4 months ago

RubyRook commented 4 months ago

auto_route: ^8.1.3 flutter 3.22 plateform: IOS

https://github.com/Milad-Akarie/auto_route_library/assets/36258256/7c663d50-afa9-49fe-ba61-8914ae11fcd9

guplem commented 4 months ago

We are facing the same issue.

Note: If you check the canFocus property of the FocusNode you will see how it is true at first, but after the swipe back, the properly returns false.

RubyRook commented 4 months ago

It seem like the problem not come from auto_route. I found the same issue here: https://github.com/flutter/flutter/issues/148867. The main problem come from flutter 3.22 itself. I will close this issue.