When testing webView in iOS device, it shows an error message box now and then,
the operation couldn’t be completed. (NSURLerrorDomain error -999.)
After searching the cause online, error -999 means
“Returned when an asynchronous load is canceled. A Web Kit framework
delegate will receive this error when it performs a cancel operation on a
loading resource. Note that an NSURLConnection or NSURLDownload delegate
will not receive this error if the download is canceled.”
And all suggestions are to ignore error -999 because it is more like a information instead of an error.
Could Corona SDK ignore this error instead of poping up an error message box?