Fowl
Fowl

Reputation: 5128

What Version of WebKit is included in Blackberry WebWorks?

All I can find is that is WebKit, which is useful because BBOS5 doesn't even have that!

But a specific version would be better.

(I'm trying to get PDF.js to work and would like to know if I should just give up. :/)

Upvotes: 2

Views: 1645

Answers (3)

Pelegri
Pelegri

Reputation: 490

If you are really asking about the version of WebKit in the different BlackBerry devices, go check our repositories at http://github.com/blackberry. There are 3 different repositories:

Upvotes: 3

Adam Stanley
Adam Stanley

Reputation: 1885

WebKit was introduced to the web platform as part of the BlackBerry 6 OS. It has been there ever since (BlackBerry 7 Smartphones, BlackBerry PlayBook Tablet OS and now BlackBerry 10) and is used to power the native browser, and WebWorks applications (and even hybrid native apps that use an embedded web view).

The version of WebKit is included in the User-Agent HTTP header http://devblog.blackberry.com/2012/08/blackberry-10-user-agent-string/

Here is the current user agent of the BlackBerry 10 simulator:

Mozilla/5.0 (BB10; Touch) AppleWebKit/537.3+ (KHTML, like Gecko) Version/10.0.9.386 Mobile Safari/537.3+

Upvotes: 1

Naveenan
Naveenan

Reputation: 121

The BB OS 5 Browser is not a WebKit browser.

Thanks

Naveen M

Upvotes: 0

Related Questions