You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/02 01:05:26 UTC

[GitHub] crmo opened a new pull request #449: Fix issue 447

crmo opened a new pull request #449: Fix issue 447
URL: https://github.com/apache/cordova-ios/pull/449
 
 
   ### Platforms affected
   iOS
   
   ### What does this PR do?
   Fix issue 447 UIWebView call loadRequest multiple times lead to deadlock in iOS12.
   The number of callback of `webViewDidStartLoad`  and `webViewDidFinishLoad`  is not equal.`_loadCount` will never equals 1, delegate's `webViewDidFinishLoad` and `[CDVUserAgentUtil releaseLock:vc.userAgentLockToken];` will never call.Then new CDVViewcontroller  won't load page.
   
   ### What testing has been done on this change?
   
   
   ### Checklist
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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