Is there any way to use window.onbeforeunload on Mobile Safari for iOS devices?

I see that it’s an old question, but i faced this problem recently.

I’m using window.unload and it works fine in ios browsers (although if you look at Apple documentation it seems to be deprecated and they recommend to use document.pagehide)

Leave a Comment