I just setup Appium 1.3.5 to test my hybrid ionic cordova app on my iPad Air 2 with iOS 8.1. Everything looked fine (i can get the page source by switching the context, i am able to find elements) until i try to click on an element.
I do element.click() and nothing happens. The test just continues.
Any ideas?