hani-momanii/SuperNova-Emoji

Keyboard and emoji both open simultaneously in android P

asanthanasamy opened this issue · 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

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

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

using this

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

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

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

got any solution for that?