I have a textBox, how can I make the keyBoard appear in 500 milliseconds. Is it possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, at least not directly. If you work around it, your users won’t be expecting that behaviour and it may lead to trouble.
WARNING – Here be dragons!
I guess you could spoof it if you really wanted to do it (which I wouldn’t recommend). You could exactly position a transparent rectangle over the control, and on tap of that control, start a timer that hides the rectangle and sets focus on the textbox, but that’s a road to nightmares as you try to position the control, and re-enable it on blur.