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 event not working on android 10 #119

Open
bisqy opened this issue Oct 3, 2020 · 2 comments
Open

Keyboard event not working on android 10 #119

bisqy opened this issue Oct 3, 2020 · 2 comments

Comments

@bisqy
Copy link

bisqy commented Oct 3, 2020

Hi the keyboard event listener 'keyboardDidShow' and 'keyboardWillShow' isnt compatible to Android 10. I tested it on Android 9 and its working but on Android 10 it wont fire the event even if i console log it.

@EddyVerbruggen
Copy link
Owner

Thanks for reporting it. Can anyone confirm this works on Android < 10 and no longer works on Android >= 10?

@epljl
Copy link

epljl commented Oct 3, 2020

in my android 10,

NativeKeyboard.showMessenger({
onSubmit: function(text) {
console.log("The user typed: " + text);
}
});

only see the text input box, i can not see the send button.

why?

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

3 participants