dimeApp icon indicating copy to clipboard operation
dimeApp copied to clipboard

Bug: Impossible to create new category if Emoji keyboard is not added

Open Pash237 opened this issue 1 year ago • 0 comments

Prerequisites

  • [X] I have searched for existing issues that already report this problem, without success.

Dime Version

2.1.3 (12)

Current Behavior

It's impossible to create new category if Emoji keyboard is not added in System Keyboard Settings.

Expected Behavior

Custom emoji picker should be displayed or system picker forced (I'm not sure if it's possible though).

Steps to Reproduce

  1. Remove Emoji keyboard in Settings → General → Keyboard → Keyboards.
  2. Open Dime.
  3. Categories → + New It's not possible to proceed.

Additional Information

Seems like setting UITextInputMode is not enough. But Apple Reminders app somehow shows emoji picker even if keyboard is not added. Maybe there is some private API.

We could use something like https://github.com/izyumkin/MCEmojiPicker, but it's not cool :(

As as a temporary workaround random emoji could be added by default — otherwise it's nearly impossible to proceed (you could copy-paste emoji, but it's not obvious for most users)

Pash237 avatar Nov 28 '23 13:11 Pash237