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 2020/04/10 11:26:49 UTC

[GitHub] [cordova-plugin-wkwebview-engine] lmw4051 opened a new issue #144: Failed to load webpage with error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)

lmw4051 opened a new issue #144: Failed to load webpage with error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/144
 
 
   # Bug Report
   The webpage is not loading successfully with iOS 12 but working fine with iOS 13.
   
   ## Problem
   Can't load webpage successfully
   
   ### What is expected to happen?
   The webpage should be loading successfully with iOS 12, but at the moment it is working correctly with iOS 13.
   
   ### What does actually happen?
   App launches with white screen and got the error info 
   "Error Log:
   Failed to load webpage with error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)"
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   - (void)webView:(UIWebView*)theWebView didFailLoadWithError:(NSError*)error {
       CDVViewController* vc = (CDVViewController*)self.enginePlugin.viewController;
       [CDVUserAgentUtil releaseLock:vc.userAgentLockToken];
       NSString* message = [NSString stringWithFormat:@"Failed to load webpage with error: %@", [error localizedDescription]];
       NSLog(@"%@", message);
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   iOS 12 (Got problem)
   iOS 13 (Is working)
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   8.1.2 (cordova-lib@8.1.1)
   
   Installed platforms:
     ios 4.5.5
   Available platforms: 
     android ~7.1.1
     browser ~5.0.1
     osx ~4.0.1
     windows ~6.0.0
   
   
   ## 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


With regards,
Apache Git Services

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


[GitHub] [cordova-plugin-wkwebview-engine] lmw4051 commented on issue #144: Failed to load webpage with error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)

Posted by GitBox <gi...@apache.org>.
lmw4051 commented on issue #144: Failed to load webpage with error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/144#issuecomment-612031169
 
 
   The answer is here
   https://github.com/apache/cordova-plugins/blob/wkwebview-engine-localhost/README.md

----------------------------------------------------------------
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


With regards,
Apache Git Services

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


[GitHub] [cordova-plugin-wkwebview-engine] lmw4051 closed issue #144: Failed to load webpage with error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)

Posted by GitBox <gi...@apache.org>.
lmw4051 closed issue #144: Failed to load webpage with error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 1.)
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/144
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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