Skip to content
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

touch logging: log xy coordinates for text fields #143

Open
nbcl-kkgreene opened this issue Dec 17, 2012 · 1 comment
Open

touch logging: log xy coordinates for text fields #143

nbcl-kkgreene opened this issue Dec 17, 2012 · 1 comment
Assignees
Labels

Comments

@nbcl-kkgreene
Copy link
Member

When tap on the sensor address and sensor name text fields, please log the xy touch coordinates. Same for all other text fields throughout app (e.g., the notes field on back of capture card, the notes field in biographical popover).

@gfiumara
Copy link
Member

This opened up a bit of a bag of hurt. The text fields are loaded with Apple's own gesture recognizers to selections, etc. Any time one of Apple's recognizers is recognized simultaneously with my own, Apple takes the liberty of deleting mine. I can re-add the recognizer in every case I've tried so far, except after a long press showing the magnifier loupe. There's no way to detect the magnifier loupe being presented, so I can't re-add the tap gesture recognizer at that point.

Is this "half-way" solution enough?

gfiumara added a commit that referenced this issue Dec 18, 2012
Known issues:
* Stops logging taps in UITextFields (single line) after a long press.
* Only captures the first tap in a UITextView (multiline).

To fix this might require a bit of engineering (subclass these views).
@ghost ghost assigned nbcl-kkgreene Dec 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants