You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
Prerequisites
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
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)
The text was updated successfully, but these errors were encountered: