iphone - Closing an opened window on mobile safari with javascript? -


In app mode, if I open a new window using Javascript, the newly opened window does not close itself. (Click the event using the on-standard window). Close () or self.close (). Does anyone know that there is no alternative method?

I feel most deceptive about this that it is against Apple's very design guidelines: essentially the ability to open a new window on the site, but the user can not find the Home button. Using it without leaving the webpage out.

Any thoughts? Thanks!

javascript: window.self.close () is how to do this.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -