erisu opened a new pull request #801: breaking (UserAgent): Drop 
CDVUserAgentUtil and Implement for WKWebView
URL: https://github.com/apache/cordova-ios/pull/801
 
 
   ### Motivation and Context
   
   * Drop `CDVUserAgentUtil` which handled managing the User Agent string for 
`UIWebView`.
   * Add alternative implementation for `WKWebView`.
   
   ### Description
   
   * Remove all existing UserAgent code that uses or associated with 
`CDVUserAgentUtil`.
   * Add to the WKWebView Engine configuration setup to set the user agent 
string.
   
   ### Testing
   
   - `npm t`
   - `cordova platform add`
   - `cordova build`
   - Run in Simulator
   - Tested below test cases in `config.xml`
   
   Test Cases
   - [x] `AppendUserAgent`
   - [x] `AppendUserAgent` w/ `OverrideUserAgent `
   - [x] `OverrideUserAgent `
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to