zulip / zulip-flutter

Upcoming Zulip mobile apps for Android and iOS, using Flutter
Apache License 2.0
205 stars 198 forks source link

Keyboard can pop up on returning from lightbox or internal link #1100

Open gnprice opened 11 hours ago

gnprice commented 11 hours ago

Repro:

This is a variant of #1097, and I assume it has the same root cause: after dismissing the keyboard in step 3 above, the text field is still focused. When it occurs, this symptom is much more obtrusive and annoying.

I learned about this symptom the other day from a longtime Zulip user who was trying out the Flutter beta app; he ran into this within the first few minutes.

gnprice commented 11 hours ago

I think there are basically two strategies for solving this:

The second strategy is what Discord does. (I don't know if they've found a clean way to do it or are using that crude hack.)

The first strategy is what Facebook Messenger does and what Slack does.