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

MeasureKeyboardEvent events are not working #13

Open
Xgamefactory opened this issue May 29, 2017 · 2 comments
Open

MeasureKeyboardEvent events are not working #13

Xgamefactory opened this issue May 29, 2017 · 2 comments

Comments

@Xgamefactory
Copy link

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);
@jsaade
Copy link

jsaade commented Jul 12, 2017

They are working fine on iOS, if you are testing on Android, they are not supposed to work.

@barisyild
Copy link

same 👍

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