I found that when I opening my html5-game in mobile chrome, touch events are not working.
Some experiments show, that:
-
object:addEventListener(“touch”, …) is not working.
-
Runtime:addEventListener(“touch”, …) is working, but always shows zero coordinates (event.x = 0, event.y = 0).
It seems that Corona app is not receiving coordinates from canvas or something like that.
That problem didn’t appear in pc browsers.
Can someone help me?