I am using UIWebView, while uploading images, sometimes iOS giving warning as
Not an accepted type
alert, with ok button, when I click ok, alertview is not dismissed.
Is there any way to close alert from url loaded in uiwebview.
I found similar links below:
Why can't I close or dismiss a Javascript alert in UIWebView? UIWebView stringByEvaluatingJavaScriptFromString hangs on iOS5.0/5.1 when called using GCD
But not sure how to do it in Xamarin.