dimeApp
dimeApp copied to clipboard
Bug: Impossible to create new category if Emoji keyboard is not added
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
- Remove Emoji keyboard in Settings → General → Keyboard → Keyboards.
- Open Dime.
- 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)