Quote:
Originally Posted by davidfor
I don't patch, so I'm not going to do it, I thought you would
But, what do you mean by "doesn't have the version"? I can see two strings:
Code:
Mozilla/5.0 (Linux; U; en-us;) AppleWebKit/%1 (KHTML, like Gecko) Version/4.0 Mobile Safari/%1 (Kobo Touch)
Mozilla/5.0 (Linux; U; Android 2.0; en-us;) AppleWebKit/%1 (KHTML, like Gecko) Version/4.0 Mobile Safari/%1 (Kobo Touch %2/%3)
The latter is what is what I see when I use a user agent reporting site.
|
Oops, that's a typo. I meant the one which does, which is the second one as you said. The %1 is the Qt WebKit version (538.1 for me), the %2 is the last 4 digits of the device ID, such as 0375, and the %3 is the firmware version.