Pertaining to textfields, the only way I want to allow my user to leave the textfield they have just “began” is to hit the return key to “submit”.
If more information is needed, my problem right now is that if they click on a second textfield in order to leave the first textField, then the “ended” interferes because it “ended” the first textfield, “began” the second textField, and then removes the keyboard focus on the second textfield. So I figure the way to fix my problem is to not allow them to ever use the “ended” phase to leave to another textField. Or somehow stop the keyboardfocus from leaving the second textField.
Thanks for the help! [import]uid: 35535 topic_id: 33541 reply_id: 333541[/import]