views:

359

answers:

3

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

+1  A: 

A very simple bit of JavaScript will tell you that:

alert(navigator.userAgent)
Peter Boughton
+5  A: 

AIR 1.5.2 includes WebKit version 34190.

Release notes / Version Information

Typeoneerror
Ah, thank you this is exactly what I was looking for! :)
Ian
Could mark it as the 'selected answer' then ;)
Typeoneerror
@Ian: You should accept it if it answered your question.
Robert Koritnik
A: 

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

wezzy