What Version of WebKit is included in Blackberry WebWorks?

五迷三道 提交于 2019-12-24 00:29:09

问题


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. :/)


回答1:


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:

  • WebKit-BB10
  • WebKit-PlayBook
  • WebKit-Smartphone



回答2:


The BB OS 5 Browser is not a WebKit browser.

Thanks

Naveen M




回答3:


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+


来源:https://stackoverflow.com/questions/12345434/what-version-of-webkit-is-included-in-blackberry-webworks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!