Sunday, 29 September 2013

Corona SDK: catch touch on button when keyboard is shown

Corona SDK: catch touch on button when keyboard is shown

I'm using native.newTextField to get user input. I have a button which
does something with user input from textField. My problem is that if
textField is in input mode and keyboard is shown, then touch on button
does nothing, it just hides the keyboard.
Is there an option to catch touch on button while keyboard is shown?

No comments:

Post a Comment