How can I set up a UITextField, so that when a user inputs data into that UITextField – that data will be input into the UIWebView form and be submitted?
Thanks!
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.
hmm, one option could be,
get input in UITextField, and then make HTML like this:
and load html string in UIWebView.