initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

OverrideUserAgent AppendUserAgent support #194

Open anotherapj opened 5 years ago

anotherapj commented 5 years ago

I'm looking for support to add the OverrideUserAgent / AppendUserAgent that was introduced on the InAppBrowser plugin. There are pull requests open, it would be great if someone merges the pull request into master. This is required for my project that requires the web pages to identify the custom user agent and perform some UI modifications based on that.

Refer the open pull requests https://github.com/initialxy/cordova-plugin-themeablebrowser/pull/72 for IOS & https://github.com/initialxy/cordova-plugin-themeablebrowser/pull/71 for Android.