I’m having some trouble with the smoothness when dragging objects diagonally across the screen (the larger the screen, the more visible the effect). The problem is that the object describes a clearly visible “ladder pattern” (x pixels left -> y pixels down -> x pixels left -> y pixels down etc)
In order to isolate the problem i tried to use the “classic” example to drag an object across the screen:
https://coronalabs.com/blog/2011/09/24/tutorial-how-to-drag-objects/
and the “modern ultimate config file”:
https://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
with both 320/480 and 800/1200 alternatives but the visible result on an iPad 3 when dragging an object is the same…
Does this really mean that it is not possible to drag objects smoothly diagonally with Corona on larger screens like an iPad?!?