Problems with HTML5 games

Hi guys!
I know that these issues have been mentioned before, but I can’t find any solution. First issue is “open url” that won’t work in Safari iOS.

Second issue is running the game in fullscreen in Safari iOS. That won’t work either. It seems to be some kind of security thing from Apple, but I don’t know if that’s true and if there is some kind of workaround for that.

Does anyone have any ideas regarding these issues?

Thanks

Farid

SOLUTION to open url!
Now I found a solution! Instead of using the “open url” action I added this simple JavaScript code:

window.location.href = ‘https://www.your.com’;

But I still can’t run my game in fullscreen :frowning:

1 Like