event.phase stationary not working

Try this:

[blockcode]

function wtouch(event)

print(event.phase )

end

Runtime:addEventListener( “touch”, wtouch )
[/blockcode]

The began, moved, ended event phases are reported but not the event phase stationary. [import]uid: 9371 topic_id: 4031 reply_id: 304031[/import]

Unfortunately the documentation is misleading. Corona merely relays the phases from the underlying OS. The Corona “stationary” phase corresponds to the iOS UITouchPhaseStationary which only arises in certain multitouch situations. We will update the docs. Sorry for the confusion! [import]uid: 6787 topic_id: 4031 reply_id: 12678[/import]