I'm working on an app for Blackberry 6 and 7 using Webworks. I was wondering if it is possible to change the Navigator's user agent.
What I'd like to do is, add a string at the end. For instance:
Default: "Mozilla/5.0 (BB7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36" Mine: "Mozilla/5.0 (BB7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36 CustomText"
Thanks in advance!