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

link|improve this question
feedback

3 Answers

AIR 1.5.2 includes WebKit version 34190.

Release notes / Version Information

link|improve this answer
Ah, thank you this is exactly what I was looking for! :) – Ian Oct 15 '09 at 0:11
Could mark it as the 'selected answer' then ;) – typeoneerror Oct 20 '09 at 17:41
@Ian: You should accept it if it answered your question. – Robert Koritnik Oct 22 '09 at 19:13
feedback

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

link|improve this answer
feedback

A very simple bit of JavaScript will tell you that:

alert(navigator.userAgent)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.