Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard and emoji both open simultaneously in android P #45

Open
asanthanasamy opened this issue Jun 13, 2018 · 5 comments
Open

Keyboard and emoji both open simultaneously in android P #45

asanthanasamy opened this issue Jun 13, 2018 · 5 comments

Comments

@asanthanasamy
Copy link

asanthanasamy commented Jun 13, 2018

@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
Copy link

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

@JeyRia
Copy link

JeyRia commented Jun 14, 2018

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

@amitmad
Copy link

amitmad commented Jun 16, 2018

using this

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

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

@obaidjatoi
Copy link

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

@andysagar
Copy link

got any solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants