How to dismiss keyboard on mobile
J. Landman Gay
jacque at hyperactivesw.com
Wed May 9 17:28:33 EDT 2018
On 5/9/18 2:21 PM, Sannyasin Brahmanathaswami via use-livecode wrote:
> Putting this in the field does not help.
>
> on returnKey
> closeField
> exitField
> end returnKey
>
> # does nothing: one would expect the field to lose focus/keyboard goes away.
These are just messages that the engine sends when the focus changes,
they don't control the field themselves. As mentioned, "focus on
nothing" is the command that does the actual work.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list