How to dismiss keyboard on mobile

Sannyasin Brahmanathaswami brahma at hindu.org
Thu May 10 23:25:43 EDT 2018


No go on my Pixel

Hit return, nothing happens. 

with is working as expected iOS

on inputReturnKey
   focus on nothing
end inputReturnKey

I tackle it tomorrow

BR

    Are you using a native mobile field? If not then...
    
    on returnInField
    	focus on nothing
    	exit returnInField
    end returnInField
    
    HTH,
    
    Terry...
    
    



More information about the use-livecode mailing list