-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature Request: Add Setting to Set a Custom User Agent #502
Labels
Comments
I just looked at the code and it wouldn't take long to add this feature since the InAppBrowser already looks at the OverrideUserAgent preference to set the UserAgent. |
Let's try to get #363 merged (meaning: tested and reviewed) then. |
Isn't this a duplicate of #372 ? |
why hasn't it been implemented yet? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Feature Request
Option to set the User Agent the InAppBrowser uses.
It would be nice if you could set the User Agent you want sent with requests as one of the options passed when opening the InAppBrowser.
I know you can change it in config.xml for the entire Cordova app, but we just want the requests sent in the InAppBrowser to be a custom user agent string.
The text was updated successfully, but these errors were encountered: