In the most recent release of Adobe Air, what version of the WebKit rendering engine does it use?
What version of WebKit does Adobe Air use?
Asked Answered
AIR 1.5.2 includes WebKit version 34190.
A very simple bit of JavaScript will tell you that:
alert(navigator.userAgent)
Air 2.0 comes with a new WebKit version
WebKit in AIR is based on the version shipped with Safari 4.0.3
This works for me:
Alert.show(html.htmlLoader.userAgent);
Where html is id of the component
© 2022 - 2024 — McMap. All rights reserved.