-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coordinates bigger than 768 are discarded #4
Comments
It works perfect on my iPad mini 1(non retina). |
Are you on iOS7? Thanks for your help. |
Of course, I'm iOS7 too. I don't know why...
|
No there is nothing on the syslog apart for my specific log that prints the coordinates. |
Hmm,,, what is the app that you tested?
|
It's not related to the app. The event seems to be "simply" discarded whether I try on a draw app or on the photo app. On the photo app, a touch with coordinates below 768 toggles the toolbar as expected, while a touch with coordinates bigger than 768 does nothing. |
In my device, It works perfectly so I cannot help you. Check your version of SimulateTouch again.
|
I've just restored then reinstalled from scratch Cydia, SSH Connect and SimulateTouch on the same iPad iOS7. But unfortunately, the issue is still there. I might try later on a different iPad or iPhone. |
I have same issue iPad2 iOS7 can't send touch coordinates bigger than 768, but other device is ok. Any idea how to fix that? Thanks for your help |
Hmm,, I don't know why.. Sorry :(
|
Hi everyone. It is thought that it is a thing due to the difference in the orientation of the iPad series probably this. In other words, is that it is considered that the orientation of the screen at the time of the image recognition perhaps is different is the cause. Thanks in advance. |
Hi,
It seems touch coordinates bigger than 768 are discarded whatever the orientation is.
On a jailbreaked iPad (non retina), if you launch a Draw app in landscape mode, and try '/usr/bin/stouch touch 768 300 3', no point is drawn while '/usr/bin/stouch touch 767 300 3' draws the expected point.
Any idea how to fix that?
Thanks for your help
The text was updated successfully, but these errors were encountered: