We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have checked undocumented new Events and listeners none of them triggers.
keyboardAne = MeasureKeyboard.getInstance(false); keyboardAne.addEventListener(MeasureKeyboardEvent.KEYBOARD_WILL_CHANGE, onKeyboardEvent); keyboardAne.addEventListener(MeasureKeyboardEvent.KEYBOARD_DID_CHANGE, keyboardAne.addEventListener(MeasureKeyboardEvent.KEYBOARD_DID_SHOW, onKeyboardEvent); keyboardAne.addEventListener(MeasureKeyboardEvent.KEYBOARD_DID_HIDE, onKeyboardEvent); keyboardAne.addEventListener(MeasureKeyboardEvent.KEYBOARD_WILL_SHOW, onKeyboardEvent); keyboardAne.addEventListener(MeasureKeyboardEvent.KEYBOARD_WILL_HIDE, onKeyboardEvent);
The text was updated successfully, but these errors were encountered:
They are working fine on iOS, if you are testing on Android, they are not supposed to work.
Sorry, something went wrong.
same 👍
No branches or pull requests
I have checked undocumented new Events and listeners none of them triggers.
The text was updated successfully, but these errors were encountered: