iPhone: Handle action event from webview page -


i loading html page using loadhtmlstring.

[mywebview loadhtmlstring:myhtmlstr baseurl:nil]; 

its loading properly. in html web page, i'm adding buttons, drop down(with selection) etc. want catch action events in code these web page controls. example, drop down if user chooses option, need add 'textarea' dynamically in same web page. and, if user clicks on button(button webview), need handle events. know, how tasks under events triggered controls in web view generated string.

could please advise me.

the documentation states uiwebview not intended sub-classing. however, can still detect events. maybe : tutorial


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -