HI,
Am having big trouble using the handler below.
Want to include details in the ‘Began’ phase to shift the fields position before I enter the text, nothing I try seems to work. Any ideas?
local function fieldHandler( event )
if ( “began” == event.phase ) then
textMode = true
elseif ( “ended” == event.phase ) then
elseif ( “submitted” == event.phase ) then
– Hide keyboard
native.setKeyboardFocus( nil )
textMode = false
end
end
Thanks
Richard [import]uid: 7830 topic_id: 9532 reply_id: 309532[/import]