NeoMAD 4.9.5 release notes¶
February 02, 2024
Bundle generation for Android¶
aab bundle can now be generated instead of apk for Android release version using the -b option.
API improvements¶
- Add method
Keyboard.hide(View)to be able to hide the keyboard when opened on a specific view. This is prefered overKeyboard.hide()to hide the keyboard in complex cases like when the keyboard is opened over a dialog. - Add new
TextModeforTextFieldandTextArea: NUMERIC_SIGNED: for integer signed numbersNUMERIC_DECIMAL: for positive numbers with floating pointNUMERIC_SIGNED_DECIMAL: for signed numbers with floating point
- Add new
