but the “editing” event works as intended
help pls
but the “editing” event works as intended
help pls
[member=‘Rob Miracle’]
Can you post your listener code?
nativeTextField:addEventListener("userInput", function(event) if not event then return end local phase = event.phase print(phase) if phase == "began" then -- began stuff elseif phase == "editing" then -- editing stuff elseif phase == "ended" or phase == "submitted" then -- ended stuff end end)
downloaded the new version of corona simulator, fixed
thread can be closed
[member=‘Rob Miracle’]
Can you post your listener code?
nativeTextField:addEventListener("userInput", function(event) if not event then return end local phase = event.phase print(phase) if phase == "began" then -- began stuff elseif phase == "editing" then -- editing stuff elseif phase == "ended" or phase == "submitted" then -- ended stuff end end)
downloaded the new version of corona simulator, fixed
thread can be closed