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
2009-10-14 23:52:22
Ah, thank you this is exactly what I was looking for! :)
Ian
2009-10-15 00:11:29
Could mark it as the 'selected answer' then ;)
Typeoneerror
2009-10-20 17:41:28
@Ian: You should accept it if it answered your question.
Robert Koritnik
2009-10-22 19:13:46
A:
Air 2.0 comes with a new WebKit version
WebKit in AIR is based on the version shipped with Safari 4.0.3
wezzy
2009-12-21 14:40:35