I have a text input that gets initialized like this:
bpmTextInput.align = "center" bpmTextInput.inputType = "number" bpmTextInput.autocorrectionType = "UITextAutocorrectionTypeNo" bpmTextInput.spellCheckingType = "UITextSpellCheckingTypeNo" bpmTextInput:setReturnKey( "go" ) bpmTextInput:addEventListener( "userInput", bpmTextListener )
This code seems to work fine on Android but on iOS there is no way to enter the value. I cannot even “touch away” to loose focus. There is no “go” or “enter” button in the number keypad that’s displayed. In simulator, I can just “touch away” so I didn’t notice this until a user pointed it out.