Hi,
I'm using:
macOS Sierra 10.12
iPhone (real device) with iOS 9.3.2
Xcode 8.1
Appium 1.6.4 beta
Python Client
I'm executing swipe method in three different ways:
1) driver.swipe(100, 400, 100, 100, 50)
2) action.press(100,400).wait(500).move_to(100,100).release().perform()
3) mobile: swipe
It's working, but the swipe action is performed two times instead of one.