Click action on an element wrongly triggers on the element left of the original one

I am trying to click on an element on my application (identified by xpath). The element is correctly identified, but when the click action is performed it’s as if the element left of the one identified is clicked.
33
I want to click on the text field, but the Cancel button is clicked instead.
On the appium click() documentation it is written that the click is performed on the center of an element, but this seems to contradict it. Has anybody encountered this problem? anybody knows how to solve it?

I am using appium 1.15.1 automatizing an app on and IOS 13.1 simulator.

this is resolved by IOS 13.2