I’ve got an UIWebView inside an Cocoa Touch application.
I would like to have an <input type='submit'>
or <input type='button'>
, and if the user presses this button, then I would like to react inside the application.
Is there a delegate/callback/javascript solution to do this?
Best regards
ch.h