I have a functional web app running on iOS 6, where I use the url scheme tel: at several places. Since I installed the beta 6 Version of iOS 7, these links don't seem to work anymore. But only when the web app is running in this kind of "sandbox" mode, when opened from the home screen. When it is opened in safari directly, the links work as expected.
I tried a normal http link to be sure that there is not a general problem related to links. But no, this works properly in both modes.
Does anyone have an idea or experienced the same? Is this some kind of "security feature"?
Thank you.
What a mess. Dozends of our apps are now affected. One thing i noticed is that when you click on a link which has for example a 'href="tel:..' a native popup appears showing the options call, add to contacts etc. Maybe we can somehow put a javascript which clicks the link virtually 2 seconds long to manipulate the long click by the user. It could be a workaround until this bug will hopefully be fixed sooner then later. Anybody with an idea or a script?