Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIContextMenu and Search #27

Open
shadzik opened this issue Feb 5, 2025 · 0 comments
Open

UIContextMenu and Search #27

shadzik opened this issue Feb 5, 2025 · 0 comments

Comments

@shadzik
Copy link

shadzik commented Feb 5, 2025

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 ;)

Image

In my case, when I tap the elipsis, I will show the ElegantEmojiPicker, but notice there's no search in it:

Image

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant