Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

for nw.js the command would be like this:

nw.Shell.openExternal("https://kirill-live.itch.io/tuesday-js")  

for Android, if you use Cordova as in the guide, then there is the same as in the browser. 

window.open ('https://kirill-live.itch.io/tuesday-js');  

For a demonstration of working with variables, try this example https://kirilllive.github.io/tuesday-js/example/example_quiz_or_test.zip the value from the variable into the text can be inserted like this

With the problematic "load" button, thanks for saying 👍

(5 edits) (+1)

Nice example for the variables, i will try it soon.

If you made a banner/button to advertise your great engine, i will be happy to add it in my game.

"for nw.js the command would be like this: nw.Shell.openExternal(\"https://kirill-live.itch.io/tuesday-js\")"

I tried but it wasn't working so i googled your command and found the correct one. Thanks a lot, it will be usefull :)

nw.Shell.openExternal('url');