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

Action to open a web page #42

Closed
4ian opened this issue Oct 14, 2014 · 1 comment
Closed

Action to open a web page #42

4ian opened this issue Oct 14, 2014 · 1 comment

Comments

@4ian
Copy link
Owner

4ian commented Oct 14, 2014

There should be an action to open a web page.
For HTML5 games, the action should trigger the opening of a new tab (using window).
For native games, the action should use the system standard way of opening links (a call to system() with start for Windows or xdg-open for Linux, as already done in another action (can't remember its name). Probably an alias to this action would be ok, no need to implement something specific in this case).

@4ian
Copy link
Owner Author

4ian commented Oct 14, 2014

Done in c648380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant