You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:40:16 UTC

[GitHub] [cordova-ios] arunn opened a new issue #959: WKWebView cancelled request(NSURLErrorCancelled -999) leads to errorUrl page instead of the second request

arunn opened a new issue #959:
URL: https://github.com/apache/cordova-ios/issues/959


   # Bug Report
   
   ## Problem
   
   A request cancelled due to another request ends up showing the error page instead of response of the second request.
   
   ### What is expected to happen?
   
   The response of the second request should be shown.
   
   ### What does actually happen?
   
   The errorUrl page is shown.
   
   ## Information
   
   The error is similar to https://github.com/apache/cordova-plugin-wkwebview-engine/issues/83 . We have two requests being run one after the other. The first request is cancelled once the second request is made. Instead of waiting for the response of the second request, the didFailLoadWithError shows the errorUrl page.
   
   ### Environment, Platform, Device
   
   cordova-ios, iPhone 8(iOS 13.6)
   
   ### Version information
   
   cordova(9.0.0)
   cordova-ios(5.1.1)
   cordova-plugin-wkwebviewengine(1.2.1)
   
   Filing it here since the code has been integrated as of cordova-ios 6.0.0 and the issue doesn't seem to be fixed in the code.
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] tdfeslo commented on issue #959: WKWebView cancelled request(NSURLErrorCancelled -999) leads to errorUrl page instead of the second request

Posted by GitBox <gi...@apache.org>.
tdfeslo commented on issue #959:
URL: https://github.com/apache/cordova-ios/issues/959#issuecomment-1016834839


   Hi. Is there any news about this problem?
   The solution proposed [here](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/84/commits/bcb4e90f94516737a9348092e166e0d0ffa800b4) solves the problem but may be introduce other problems (regression) ?
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org