Re: UIWebView: Unexpected NSURLErrorCancelled

2011-04-26 Thread Jeff Johnson
On Apr 26, 2011, at 8:02 AM, Phillip Mills wrote: > On 2011-04-26, at 8:52 AM, Jeff Johnson wrote: > >> You can get this "error" when the page automatically redirects via >> Javascript. I would recommend just ignoring the error, treating it as a >> non-error condition. > > I'm coming around to

Re: UIWebView: Unexpected NSURLErrorCancelled

2011-04-26 Thread Phillip Mills
On 2011-04-26, at 8:52 AM, Jeff Johnson wrote: > You can get this "error" when the page automatically redirects via > Javascript. I would recommend just ignoring the error, treating it as a > non-error condition. I'm coming around to the idea that your solution is the right one. However, in t

Re: UIWebView: Unexpected NSURLErrorCancelled

2011-04-26 Thread Jeff Johnson
On Apr 26, 2011, at 6:37 AM, Phillip Mills wrote: > I'm trying to debug something in an iPad app with very limited information > and hoping that the symptoms will ring a bell with someone. This is based on > a report from one user and is nothing I've been able to reproduce. > > I have a UIVie

UIWebView: Unexpected NSURLErrorCancelled

2011-04-26 Thread Phillip Mills
I'm trying to debug something in an iPad app with very limited information and hoping that the symptoms will ring a bell with someone. This is based on a report from one user and is nothing I've been able to reproduce. I have a UIViewController subclass that shows a UIWebView and is also its