Emoji Popup is not shown for the first time if the keyboard is already open
See original GitHub issueHow to reproduce:
- open a screen with an
[Emoji]EditText
- click the edit text in order to open the keyboard
- click a button which calls
emojiPopup.toggle()
Expected result: The emoji popup is shown
Actual result: Nothing happens. The soft keyboard stays open.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
When I press Ctrl+. the emoji popup does not show up in ubuntu
I this in ubuntu text editor the emoji popup showed up but in any other app that i use for example signal then...
Read more >Emoji Panel Not Working in Any App on Windows 10 FIX
This emoji panel can pop up anywhere you need it to. All you have to do is tap ... Here's how to fix...
Read more >Emoji window keeps appearing - Apple Support Communities
To disable that, first of all head over to Keyboard in System Preferences. Click Input sources tab. User uploaded file.
Read more >Emoji viewer constantly popping up in input fields - Ask Different
From within the Keyboard tab, look for the label that reads Press "globe icon" to. It likely reads "Show Emoji & Symbols".
Read more >6 Quick Fixes for Predictive Emoji Not Working on an iPhone ...
First, check if you have the emoji keyboard installed on your device. · Then, see if the · If predictive emojis are turned...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jonasfa I have setup library using build.gradle using just “compile ‘com.vanniktech:emoji:0.3.0’” and project run successfully but I faced same issue which you mentioned. Then I have added both build dependency compile ‘com.vanniktech:emoji:0.3.0’ and compile ‘com.vanniktech:emoji:0.4.0-SNAPSHOT’ Now it’s working fine.
As stated above I can’t reproduce it so I don’t know which action I should take here. Also with every device that I tested it it works for me.