1

I have an UIWebView fill form. I want to catch the input events the same way as for UITextFieldDelegate or UITextViewDelegate.

Is it possible?

2

1 Answer 1

0

It is impossible, because elements(textfields and others) on uiwebview form are not cocoa touch objects. So,they can transmit events to your application through its responder chain.

U can make validation,using javascript,but it's not application's bussiness.This should be done on server side,which provides u this form.

Sign up to request clarification or add additional context in comments.

1 Comment

Too bad:( Generating HTML generated forms would make life easier:( This case I will need to generate these forms by using UITableViewCells:( Lot's of woork.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.