Android Question Missing events in AS BottomEmojiPicker

FrostCodes

Active Member
Licensed User
Longtime User
HI @Alexander Stolte
Great work with AS BottomEmojiPicker.

I would appreciate it if you could add these two events

- Opened
- Closed


The reason is that if there is an edit text view and a button to open the BottomEmojiPicker,
I want to be able to disable that button when the emoji picker is opened, so a user can't reclick the button
and when they close the emoji picker, I want to enable the button again.

If possible, can you add an IsVisible property so if there is a code running in the background, it can detect that the EmojiPicker is open
and maybe skip certain actions in the UI? It might also be nice to expose the base view so the UI can be extended.

Thanks, I appreciate it.
 
Top