I have seen several Corona SDK apps with a special keyboard that pops up when you tap a Search field. This keyboard has a button labelled Search instead of the usual Return.
Example screenshot attached referencing the excellent Bargain Hunter app posted here :
Looking at the API page ( http://docs.coronalabs.com/api/type/TextField/inputType.html ) I can see how to do specific keyboards for “default”, “number”, “decimal”, “phone”, “url” & “email” but nothing for Search…
Can anyone kindly point me in the right direction on how this is done? Thank you very much!!!