javascript - Dialogs not working in iOS 7 full screen web apps -


web apps have icon saved home screen (mobile safari - ios 7 only) no longer seem pause thread when dialog in method. example

'alert('something here')'  

just gets bypassed, ,

var = confirm('are sure')  

always returns false 'a' , not present dialog. dialogs presented when web page not accessed homescreen icon. case when page presented full-screen web app.

i have not found documentation support this. missing something?

it's bug:

see http://www.mobilexweb.com/blog/safari-ios7-html5-problems-apis-review

some suggested workarounds here: https://stackoverflow.com/a/18925833/1200486


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -