Hi
Is it possible to get the default user agent used by the EO browser from the WebView?
I know I could use sites like
http://whatsmyuseragent.com/, but as the user agent changes according to platform I would very much like to avoid hardcoding it.
The reason for this question is, we would like to add our own machine name to the existing user agent.
I've tried getting WebView.CustomUserAgent but it only returns an empty string.
Jeppe Haugaard Sørensen