Is there a JS event that fires when a user closes Safari on their iPhone? onunload works if the user leaves the page but is not called when the browser is closed.
My hunch is that there is no event triggered by the event, since closing Mobile Safari simply “minimizes” rather than closing it. Can anyone confirm?
source
share