Plugin for Cordova 3.0+ that allows you to change your User-Agent for HTTP requests.
To install the plugin, use the Cordova CLI and enter the following:
cordova plugin add https://github.com/LouisT/cordova-useragent
- Android
- iOS (9+, with WKWebView plugin)
To set your User-Agent:
UserAgent.set(useragent)
To get your current User-Agent:
UserAgent.get(function(ua) { })
To set your User-Agent back to the default:
UserAgent.reset()