SuperNova-Emoji icon indicating copy to clipboard operation
SuperNova-Emoji copied to clipboard

Keyboard and emoji both open simultaneously in android P

Open asanthanasamy opened this issue 6 years ago • 5 comments

@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

asanthanasamy avatar Jun 13 '18 14:06 asanthanasamy

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

devansvd avatar Jun 14 '18 05:06 devansvd

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

JeyRia avatar Jun 14 '18 06:06 JeyRia

using this

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

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

amitmad avatar Jun 16 '18 20:06 amitmad

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

obaidjatoi avatar Oct 18 '18 20:10 obaidjatoi

got any solution for that?

andysagar avatar Nov 07 '20 07:11 andysagar