we are creating a game and need to open some windows on button clicks,
this does not seem to work on ios safari due to pop-up blocking.
we already looked at other projects and are using the same code as the flappy bird tutorial project.
It seems to work there, but not in ours.
We also looked at some more general javascript solutions, but these also seem fruitless.
Any help is appreciated, thanks!
alright, the solution is found!
apparently it does not work when called after a button press, but it does work when called through an event. The buttons in our example are sprites that fire an event when clicked on, while our project worked with buttons. thanks for taking a look Yaustar.