iOS Question LongClick on TextField, how to fire?

jai

Active Member
Licensed User
Longtime User
I have an array of TextFields on a Scrollview for data input. Data is captured when a TextField is clicked and BeginEdit is fired. A LongClick on the TextField does not fire with longer press. The BeginEdit is fired immediately when a TextField is pressed and the LongClick (or Click) events never get fired.

Any suggestions as how to keep the BeginEdit/EndEdit and be able to trap LongClick for a TextField?
 
Top