What version of WebKit does Adobe Air use?
Asked Answered
R

4

5

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

Redistrict answered 14/10, 2009 at 23:21 Comment(0)
T
7

AIR 1.5.2 includes WebKit version 34190.

Release notes / Version Information

Tryck answered 14/10, 2009 at 23:53 Comment(0)
M
4

A very simple bit of JavaScript will tell you that:

alert(navigator.userAgent)
Masturbation answered 14/10, 2009 at 23:52 Comment(0)
S
2

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

Sasha answered 21/12, 2009 at 14:40 Comment(0)
M
0

This works for me:

Alert.show(html.htmlLoader.userAgent);

Where html is id of the component

Meganmeganthropus answered 6/5, 2013 at 11:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.