I am using UIWebView to load a url
Inside the page of that url, it uses alert("whatever msg") as javascript
so my UIWebView will pop up a window and show that alert message.
Is there a way to disable this kind of popup window or javascript alert window?
thanks