Hello everybody,
I am getting crazy about this problem.
I use a webview in my app to show a map that holds positions where people already played my game. When clicking on this points a box appears where the people can click on a ‘play’ button which should open a new url where I search for a certain string to cause the app to load this map.
This works fine on android, desktop and even in safari on a mac, but it does NOT work on an iPhone.
It seems not to be related to corona as the problem happens in the iPhone simulator by using only safari as well.
I tried like everything but I can not figure out what is the problem. (Tried to open the link via javascript (window.open()), certain css attributes, and every other idea I found in the internet)
I think it is related to the way this link is created (via javascript) as the exact same link work when implemented via html.
Maybe somebody already came across this problem and could share some insight?
Here is a demo page:
http://bucketman-game.com/mapApp2.html
When opening it with an iPhone and tapping on a marker there will appear a box with a link -play-. Tapping on it will close the window but nothing more.
What actually should happen can be seen when tapping on the -play- link in the top left corner.
Would be super happy about any kind of feedback on this one.
Thank you in advance,
Felix