Why Does My iOS Test Case Show Clicks with Halved Coordinate Values?

Hello,
I’m encountering an issue while creating iOS test scripts. When I execute the test case, it shows that a certain object was clicked, even though it wasn’t actually clicked. I found this odd, so I printed the getElementTopPosition function in the console, and the y-coordinate value is displayed as half of the actual value. The same goes for the x-coordinate. Has this issue been discussed before? Is there a solution for this?