Hi
This has me so confused, how do I link to a url in an android app,
eg.
playButton.press = () =>
{
window.location.href="http://example.com";
}
It works fine in when playing my game in desktop, but once I try it as an app on my device nothing happens ?
Any ideas
Eric