How to catch an event when keyboard Enter key is pressed on UIWebView?
Thanks a lot for the help!
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.
There isn’t any public API that gives you access to the keyboard press event or notification. You must found for another way. of to do this, is to put a transparent button over top the each key, and detect that, and then pass on the touch to the underlying button.