You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, StageWebView currently supports communication between AS3 and JavaScript via postMessage. However, it seems Android and iOS do not support this feature yet. Any timeline for adding support?
As a temporary workaround, I implemented ASHttpd (source code: https://github.com/D5CN/ASHttpd), which allows JS to call AS3 via HTTP (POST/GET) or establish bidirectional communication over WebSocket. Nevertheless, I still look forward to an official solution.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
On Windows, StageWebView currently supports communication between AS3 and JavaScript via postMessage. However, it seems Android and iOS do not support this feature yet. Any timeline for adding support?
As a temporary workaround, I implemented ASHttpd (source code: https://github.com/D5CN/ASHttpd), which allows JS to call AS3 via HTTP (POST/GET) or establish bidirectional communication over WebSocket. Nevertheless, I still look forward to an official solution.
Beta Was this translation helpful? Give feedback.
All reactions