Open Xgamefactory opened 7 years ago
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);
They are working fine on iOS, if you are testing on Android, they are not supposed to work.
same 👍
I have checked undocumented new Events and listeners none of them triggers.