I\'ve read the BrowserComponent API, but I didn\'t find any setUserAgent() method. How can I force the BrowserComponent to use a custom user-agent string?
Thank you
It's not really documented since it isn't supported everywhere but should work fine on Android and iOS. This should work:
browserComponent.setProperty("useragent", yourUserAgentHere);