-
@ajwfrost : Can you please give some details on the following new feature of new AIR SDK Release (AIR 33.1.1.620)?
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 51 replies
-
is great to get news about WebView update. need details too. |
Beta Was this translation helpful? Give feedback.
-
Two things are needed if you want to use the Edge WebView2 component for StageWebView:
That's basically it... we're still going through some of the test cases, and have spotted a couple of minor things like the order of events (navigation complete vs page complete) that are different between the two variants. Plus we've not yet added the draw-to-bitmapdata functionality - not sure if anyone actually uses that..?! Regarding the WebView2 Runtime dependency, I'd be interested in your thoughts on how that should be handled. There are a few options from Microsoft, described in detail at: Let us know how it goes, I wouldn't suggest deploying this to customers quite yet as there may be some teething issues with it.. thanks |
Beta Was this translation helpful? Give feedback.
-
and in the console I got message: Exception in debugger: flash.tools.debugger.NotConnectedException: |
Beta Was this translation helpful? Give feedback.
-
Just FYI regarding the Thinking we should probably add an extra event to the StageWebView object so that you will know when the provided BitmapData is valid. You can always cancel the operation by calling |
Beta Was this translation helpful? Give feedback.
-
Just gave this a go and very happy with the way it's working! What are the chances of giving access to the CoreWebView2EnvironmentOptions.AdditionalBrowserArguments property? Perhaps this could be a property in the application descriptor? This would open up a plethora of extra functionality (such as remote debugging port, which I need for my app) with no API changes. P.S. I would also like the ability to disable the context menu via right-click / long-press. |
Beta Was this translation helpful? Give feedback.
-
For hierarchical issues, I would like to add a return button on the top of the webpage, which is not achievable, is it? |
Beta Was this translation helpful? Give feedback.
-
I would like to ask a question, what browser is AIR StageWebView used on the Android system? |
Beta Was this translation helpful? Give feedback.
Two things are needed if you want to use the Edge WebView2 component for StageWebView:
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
That's basically it... we're still going through some of the test cases, and have spotted a couple of minor things like the order of events (navigation complete vs page complete) that are different between the two variants. Plus we've not yet added the draw-to-bitmapdata functionality - not sure if anyone actually uses that..?!
Regarding the WebView2 Runtime dependenc…