iOS Question Textfield event to fire for every click

Markos

Active Member
Licensed User
Longtime User
Thanks Erel. Then may I ask if in future releases we create a separate Event if we wish to monitor clicks in addition to the one off BeginEdit and EndEdit events.
My work around is to use a Timer to check clicks using the SelectionStart property.
 
Upvote 0

Markos

Active Member
Licensed User
Longtime User
I'm using the clicks to report the position of the cursor in the textfield using selectionstart as the user points and touches a part of the text in the textfield.

Its's working fine and not conflicting with the internal click events with my timer check approach.

If you have a standard method to use instead of my trick work around I'll be all ears to try it.

Thanx
 
Upvote 0
Top