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 was wondering if you have tried to use the picker in a UIContextMenu context. Especially when long pressing a UITableViewCell or UICollectionViewCell where you present a menu and a custom view with... yeah, you guessed it, a emoji picker ;)
In my case, when I tap the elipsis, I will show the ElegantEmojiPicker, but notice there's no search in it:
The reason why is that the keyboard will not be shown when tapped on the search field. The reason for that is, I'm guessing, that the context doesn't give up their first responder proviledge. Have you tried that? Do you know how to make search work in this case?
Thank you for any response!
The text was updated successfully, but these errors were encountered:
I was wondering if you have tried to use the picker in a UIContextMenu context. Especially when long pressing a UITableViewCell or UICollectionViewCell where you present a menu and a custom view with... yeah, you guessed it, a emoji picker ;)
In my case, when I tap the elipsis, I will show the ElegantEmojiPicker, but notice there's no search in it:
The reason why is that the keyboard will not be shown when tapped on the search field. The reason for that is, I'm guessing, that the context doesn't give up their first responder proviledge. Have you tried that? Do you know how to make search work in this case?
Thank you for any response!
The text was updated successfully, but these errors were encountered: