Can we capture the java script alert message present in a UIWebView in our application.
I have a url which has a form in it and has a username and password textfields. Also it has the submit button. Now when the user presses submit,it pops a alert box ,its a javascript alert box.
My application needs to read that message present in the java script alert box.
Is it possible.Please help
I have a url which has a form in it and has a username and password textfields. Also it has the submit button. Now when the user presses submit,it pops a alert box ,its a javascript alert box.
My application needs to read that message present in the java script alert box.
Is it possible.Please help