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
Post a Comment