hani-momanii / SuperNova-Emoji

library to implement and render emojis For Android
Other
362 stars 114 forks source link

Keyboard and emoji both open simultaneously in android P #45

Open asanthanasamy opened 6 years ago

asanthanasamy commented 6 years ago

@hani-momanii Best emoji library I ever used for android. Thanks for making this.

Although I'm facing few issues with latest version. While clicking on emoji icon both android keyboard and emoji keyboard opens simultaneously.

Android Version : P (Developer Preview) Here is the screenshot from my end

screenshot_1528897736

devansvd commented 6 years ago

Yes I'm facing this problem too on lastest developer android preview.

JeyRia commented 6 years ago

i have the same problem in the latest android version P , how to i resolve this problem.

amitmad commented 6 years ago

using this

emojIcon.setKeyboardListener(new EmojIconActions.KeyboardListener() { @Override public void onKeyboardOpen() { Log.e("Keyboard","open"); }

@Override public void onKeyboardClose() { Log.e("Keyboard","close"); } });

obaidjatoi commented 6 years ago

Hello @hani-momanii Thanks for the great library , we are facing this issue as well , Please fix this.. Thanks

andysagar commented 3 years ago

got any solution for that?