flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.69k stars 27.36k forks source link

Bottom nav: not registering taps on iOS (sometimes) #6047

Closed sethladd closed 5 years ago

sethladd commented 8 years ago

On iPhone (I can't repro this on 5 or 6P), open gallery. Doesn't matter if you are on landscape or portrait. Open Bottom Navigation demo.

Continually, but not artificially fast, tap the four options. You can even just tap between Alarm and Cloud. Back and forth. Every once in awhile, the tap will land and start a ripple but will not start the new color animation.

sethladd commented 8 years ago

cc @dragostis happy to show you this on the iPhone.

dragostis commented 8 years ago

I think this is tied to the drag threshold that may be a tiny bit too small on iOS.

goderbauer commented 5 years ago

I cannot reproduce this anymore. I am closing this for now, but feel free to reopen if you still see an issue.

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.