Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What version of WebKit does Adobe Air use?

In the most recent release of Adobe Air, what version of the WebKit rendering engine does it use?

like image 793
Ian Avatar asked Oct 14 '09 23:10

Ian


3 Answers

AIR 1.5.2 includes WebKit version 34190.

Release notes / Version Information

like image 81
typeoneerror Avatar answered Sep 20 '22 22:09

typeoneerror


A very simple bit of JavaScript will tell you that:

alert(navigator.userAgent)
like image 20
Peter Boughton Avatar answered Sep 16 '22 22:09

Peter Boughton


Air 2.0 comes with a new WebKit version

WebKit in AIR is based on the version shipped with Safari 4.0.3

Here for more info

like image 33
wezzy Avatar answered Sep 20 '22 22:09

wezzy