You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
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).
The text was updated successfully, but these errors were encountered: