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 2019/10/28 01:16:27 UTC

[GitHub] [cordova-plugin-inappbrowser] lovelyelfpop opened a new issue #560: `AppendUserAgent` not working for wkwebview on iPadOS

lovelyelfpop opened a new issue #560: `AppendUserAgent` not working for wkwebview on iPadOS
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/560
 
 
   # Bug Report
   `AppendUserAgent` not working for wkwebview on iPadOS
   
   ## Problem
   
   ### What is expected to happen?
   `AppendUserAgent` should append custom string to navigator.userAgent.
   
   ### What does actually happen?
   navigator.userAgent is still the same as the orignal one.
   
   
   ## Information
   On iPadOS, the orignal userAgent is `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko)`, 
   We configured `<preference name="AppendUserAgent" value=" myapp" />`, but the userAgent doesn't change.
   
   
   ### Command or Code
   `<preference name="AppendUserAgent" value=" myapp" />`
   
   
   ### Environment, Platform, Device
   xcode 11.1
   iPad pro 9.7 inch (ios 13.1)
   
   
   ### Version information
   cordova 9.0.0
   cordova-ios 5.0.1
   cordova-plugin-inappbrowser 3.1.0
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] 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