I have a UIWebView
in my app that parses HTML from a server and presents it. My challenge is that this HTML has a checklist in it, and I would like to capture what the user checks and unchecks the next time I load the same HTML.
Is there anyway to capture the click on the checkbox? Any ideas on how to do it?
Thanks in advance.