StageWebView seems to be having some issues. In both cases I'm using the native browser - StageWebView(true). When the app is run on Windows, if System Chrome is set to Transparent then the StageWebView never renders, but it renders fine on OSX using Transparent chrome. All other display objects do render, for instance a toolbar with back/forward/etc buttons, but the web view does not. When it's set to Opaque then it renders on Windows but doesn't on OSX. Actually on OSX it only renders with Transparent chrome, on Windows it only doesn't render with Transparent chrome.
Then there's the history issue. On Windows, isHistoryForwardEnabled never reports as true - ever. If I click links in the rendered page then go back a few it never reports as true. This works fine on OSX.
Anyone have any ideas, or are these just bugs?