appium_lib iOS 7 Sim Broken Swipe?

Hi @AndyDee,

I followed your tips but it doesn’t work for me. I think the problem is the Simulator itself, not the script because I can run it well in real device ( iPad with ios 7, iPhone 5s with ios 8)
My currently workaround, thanks to @bootstraponline’s suggestion, is to use AppleScript to navigate to the center of the simulator window and keep pressing the mouse there while running the script and it works.

I port https://github.com/vicwomg/swipeInWindow.py to java because the original version is written in python.I know it’s not an ideal solution but it’s the only one that work for me at this moment. My environment is Xcode 6.1, Appium 1.3 and it seems like Apple did not fix this yet

Hi @tbao,

I"m also looking for the workaround in java. Any chance you could share it?

Cheers

Hi @Phil_Tran,

Can you follow this post: Swipe broken on 1.3.3? ios 8.1?

I have posted my solution in there before. Up until now I am still using that solution and it works just fine for me even though it looks pretty ugly.