Replies: 3 comments 3 replies
-
Hi Currently you can communicate from the webview content to the AS3 content via things like kicking off a location change with parameters (so e.g. we've used something like But we would be looking to introduce a slightly better way of doing this! the challenge of course is to do this in a way that works across all the different browser engines. Can I check what you're mainly trying to do: do you need to call some AS3 function from JavaScript, or call a JavaScript function from ActionScript, or are you trying to query the DOM or similar? thanks |
Beta Was this translation helpful? Give feedback.
-
May be you can try this: https://github.com/D5-Howard/ASHttpd |
Beta Was this translation helpful? Give feedback.
-
By the way. It's supported starting from AIR 51. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Because of I have a project need to communicate the web content. In android / iOS webview, I can detect the hash change to provide the app and webview communication. But in webview2, I can't detect the hash change. And I know the C# and C++ can communicate with webview2 through the postMessage. So, will AIR provide this function?
Beta Was this translation helpful? Give feedback.
All reactions