metabolist / metatext

A free, open-source iOS Mastodon client.
https://metabolist.org/metatext
GNU General Public License v3.0
726 stars 102 forks source link

Emoji search should activate keyboard #240

Open alexbbrown opened 1 year ago

alexbbrown commented 1 year ago

Describe the bug

When I tap the text entry box "search emoji", I expect the iOS virtual keyboard to appear. It does not. A second tap is required

To Reproduce Steps to reproduce the behavior:

  1. Tap compose
  2. Keyboard appears
  3. Tap the emoji icon
  4. Observe Keyboard replaced by emoji keyboard, plus "search emoji" search box
  5. Tap "search emoji"
  6. Observe emoji keyboard goes full screen
  7. Tao "search emoji" again
  8. QWERTY Keyboard appears

Expected behavior

When I tap "search emoji" text field I expect the field to be focused and the QWERTY keyboard to appear

actual: a second tap is required

Screenshots

image

image

(please complete the following information):

Additional context Add any other context about the problem here.

alexbbrown commented 1 year ago

@jzzocc I believe this is a bug, not an enhancement.

Compare to the built-in ios emoji search which activates the keyboard as soon as the input field is tapped.

image