Hi All,
I am programmatically call blur() on text fields, with custom keyboard tool bars.
The blur call is successful, the toolbar hides, but the keyboard remains displayed and focus remains on the current field.
This has only appeared in 2.1.3RC2 on iOS6 iPhone simulator.
Has anyone else seen this?
Nick
3 Answers
Nick, they are working through the iOS6 bugs almost as quickly as they come up. I haven't played with blur() since 2.1.3 came out, so can't confirm.
Go ahead and submit a JIRA Ticket to get it into the mix.
I'm experiencing the same issue with 2.1.3.GA. Only started happening with this version. Anyone found a work-around yet?
i am using blur with the same sdk and no errors? Like this
mywin.addEventListener("click",function(e){ myTxtField.blur(); });
Your Answer
Think you can help? Login to answer this question!