Search code examples
javascriptiossafariios7

"alert()" and "confirm()" not working with "apple-mobile-web-app-capable"


Under iOS (currently 7.0), it looks like alert() and confirm() are not working when our web app is pinned to the home screen (aka using the meta tag apple-mobile-web-app-capable).

I found a user having a similar issue on twitter:

https://twitter.com/thomasfuchs/status/380137801259704320

Anybody has a temporary fix if it's really a bug in iOS 7?


Solution

  • The JavaScript alert() and confirm() bugs are fixed as of iOS 7.0.3.