本文介绍了iOs8 Touch Injection以编程方式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在iOs设备上以编程方式注入触摸。我的代码适用于< iOs7使用GSTouchEvent但不适用于iOs7 +。
I want to inject the touch programmatically on iOs device. I have code which works fine for < iOs7 using "GSTouchEvent" BUT not working for iOs7+.
我也尝试过使用IOHIDEvents,但这对iOs8也不起作用。
I have also tried using IOHIDEvents but that also does not work for iOs8.
我需要的是:
如果我这样打电话:postTouch(x,y,click);
它应该在(x,y)位置的iOs设备屏幕上生成触摸。
What I need is :If I call something like this: postTouch(x, y, click);It should generate the touch on iOs device screen at (x,y) position.
推荐答案
可能这就是你需要的:
适用于ios8.1
May be this is what you need : https://github.com/iolate/SimulateTouchIt works well for ios8.1
这篇关于iOs8 Touch Injection以编程方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!