emojicon icon indicating copy to clipboard operation
emojicon copied to clipboard

Android library to show emojicon dialog box over soft keyboard

Results 50 emojicon issues
Sort by recently updated
recently updated
newest added

As the title says. I found this project, that should be helpful (maybe you already know it): https://github.com/iamcal/emoji-data

It seems that for Lollipop, in EmojiconsPopup::setSizeForSoftKeyboard, we have to substract the size of "navigation_bar_height" as well as "status_bar_height" in case there's a navigation bar being displayed otherwise the emoji...

when popup appears at large screen it sometimes fails to detect its width and use default width which is not match_parent. plz do something for that...nice code written

Hi. thanks for great library. I am using your library and I want to pull up root layout after opening keyboard. How can I do that?

I've implemented this library, but when I compile the project, I get this error: Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/orion/Android/Sdk/build-tools/21.1.2/aapt'' finished with non-zero exit value...

hi. when set status bar translucent the size of popup is wrong .how can i fix this issue?

As the title says. Here's the fix: ``` private void calculateSizeForSoftKeyboard() { ... if (resourceId > 0 && getTopStatusBarHeight() > 0) { heightDifference -= mContext.getResources() .getDimensionPixelSize(resourceId); } ... } private...

see the title, it calculates wrong offset for positioning if Activity extends from AppCompatActivity

This emoji library is part of one of my android application,same application have desktop client also. Sent emoji can view mobile to mobile. But for cross platform facing issue that...

I use this lib for add emojis to my chat app. But only in one chat activity works fine. When i chat with 2 peoples or more only one of...