Our app has a UIWebView
with an iFrame inside it, and the website the iframe points to requires basic authentication.
In a browser the alert popup displays and allows us to log in, however in the UIWebView
it does not.
Is there a setting or something we've missed?
Chris