Hello,
Strange behavior on my iPhone X: It should print a value for event.pressure, but I get nil.
When I soft-close it and open it again, it works in about 1 of 3 cases, and I don’t see any reason.
The same code used to work not so long ago, I don’t know why it stopped working.
Corona Build 3567 (or 3556), iPhone X, iOS 13.3
local function onTouch(e) print ("!!!", e.pressure) end Runtime: addEventListener("touch", onTouch)