Looking through the documentation I can see that there's no standard way to set the user agent of the webview client. My question: is it possible to use some Objective C functions to set the user agent of the webview? I would like to set a custom user agent in an effort to get desktop versions of websites vs the default mobile site.
If anyone else has this same goal, the only workaround I can imagine working (but haven't tried) is setting the WebView width to be wider than the actual screen. This would only work if the website displays desktop version of sites based on the screen size rather than the user agent.