Web applications that have an icon saved on the main screen (only for mobile Safari - only for iOS 7) no longer pauses the stream when the dialog is in this method. For instance,
'alert('something here')'
just cost, but
var a = confirm('Are you sure')
always returns false for 'a' and does not display a dialog. Dialogs are displayed when the web page does not open from the desktop icon. This is only the case when the page is presented as a full-screen web application.
I did not find any documentation to support this. Did I miss something?
source share