eyganeshv opened a new issue #264:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/264


   # Bug Report
   'userAgent' method is missing in Cordova-ios 6.0.0 and 6.1.0 version. 
   
   ## Problem
   
   ### What is expected to happen?
   'userAgent' method is support both cordova-ios 5.0.0 and 51.0 version.
   
   
   ### What does actually happen?
   shows a red warning message "No known instance method for selector 
'userAgent'" in applyRequestHeaders method.
   
   
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   At present UIWebView is no more.  WKWebview is supporting the latest version 
only like Cordova 6.0.0 above version. So we cant back the old Cordova-ios 
version. Kindly fix this issue for the same latest Cordova-ios version.
     
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   `NSString* userAgent = [self.commandDelegate userAgent];`
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   
   
   ### Version information
   cordova-plugin-file-transfer 1.7.2-dev "File Transfer"
   Cordova 9.0.0
   Cordova-ios 6.0.0
   XCode 11.5
   Mac OS Catalina
   <!-- 
   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.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] 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:
us...@infra.apache.org



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

Reply via email to