Question
AIR 3.9.0.880 StageWebView and Retina MBP
When I compile my app using AIR 3.9.0.880, my StageWebView is 1/4 size on my Retina MBP unless I pass true to the StageWebView constructor for the "useNative" parameter. Is this by design?
I have this set in my app descriptor:
<requestedDisplayResolution>high</requestedDisplayResolution>
