Accessibility Activation Point ignored by Appium?

I’m not quite sure if it is really a Bug, but I wanted to know if the accessibilityActivationPoint is ignored by Appium.
The problem is that I have a switch which has a label and the switch itself and when I click on the element it doesn’t do anything on the switch even if the accessibilityActivationPoint is set to the middle of the switch.

The label and the switch are one element, so I think the click is done but in the middle of the element.

Thanks,
Christoph

If you click by element - click always happen in the center of element. If you need shift use with latest java client click by element and offset. Another way you can calculate offset by yourself and tap by X.Y with any appium client version.