I am loading a webpage on to my UIWebView. The webpage loaded successfully and the buttons on the webpage working fine. But I am unable to see the alerts on the webpage which should pop-up when i enter wrong text into the text box on webpage.
How to allow the alerts to displayed.
Please help me. thank you
This is my code:
[webView loadRequest:[NSURLRequest requestWithURL:
[NSURL URLWithString:@"http://DUMMYURL.com/"]]];