[
https://issues.apache.org/jira/browse/CB-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15263930#comment-15263930
]
ASF GitHub Bot commented on CB-3360:
------------------------------------
GitHub user cjpearson reopened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/94
CB-3360: Set custom inappbrowser user agent for ios
This uses the same OverrideUserAgent and AppendUserAgent properties as the
pull requests for cordova-ios and cordova-android.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cjpearson/cordova-plugin-inappbrowser
ios-user-agent
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-inappbrowser/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit df2e82fb92be83e18dda5c9dd0a5604c58ff58d3
Author: Connor Pearson <[email protected]>
Date: 2015-03-13T17:52:30Z
CB-3360: Set custom inappbrowser user agent for ios
----
> Set custom InAppBrowser user-agent
> ----------------------------------
>
> Key: CB-3360
> URL: https://issues.apache.org/jira/browse/CB-3360
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Plugin InAppBrowser
> Affects Versions: 2.7.0
> Environment: iOS, Android, WP8, BlackBerry
> Reporter: Kevin Simpson
> Priority: Minor
> Labels: Cordova, InAppBrowser, android
>
> Currently you can set a custom user-agent for the main Cordova webview by
> overriding the init method for the DroidGap class. However, when opening a
> page in the InAppBrowser, that webview will still contain the default
> user-agent.
> There are two solutions that I have thought of to this:
> 1. Set the user-agent of the InAppBrowser webview to whatever the user-agent
> in the Cordova webview is set to. (This is what I am currently doing, as it
> was a one line change, but it requires rebuilding Cordova manually)
> 2. Have some sort of configuration option to set the user-agent for the
> InAppBrowser. This would allow a different user-agent from the main webview,
> but is also a more involved change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]