Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/html5 messages #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jason-d-walter
Copy link
Contributor

Description:

Needed support to be able to send messages between JavaScript and Lua. The JavaScript code can now push messages into lua and lua can consume via a consume_events() function added to stingray.WebApp. Likewise, Lua can push events to JavaScript using custom events. Both WebApp and WebView needed to have support added to trigger the event.

Copy link
Owner

@jschmidt42 jschmidt42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
Please remove the .bat script.

@jschmidt42 jschmidt42 self-assigned this Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants