Is it possible to get the user-agent string in code, like you would in a web browser with navigator.userAgent?
I know the navigator object doesn't exist, but I want to know if there is an equivalent.
Currently, there isn't an API to get the user-agent string. It will be in this form:
CODE
"Mozilla/5.0 (Vizio; U; Linux; US) Konfabulator/5.4.8"
Out of curiousity, why do you need to know it in the widget?