Curved swipe with press().moveTo().moveTo() not working on platformVersion 10.3

Absolute points are not supported int he latest versions for iOS, hence it needs to be relative points.
Refer this link. It should help you overcome your issue.