vote up 2 vote down star

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

flag

2 Answers

vote up 4 vote down

AIR 1.5.2 includes WebKit version 34190.

Release notes / Version Information

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

A very simple bit of JavaScript will tell you that:

alert(navigator.userAgent)
link|flag

Your Answer

Get an OpenID
or

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