Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect Mobile Browser Close Event

Is there any way to detect mobile browser close event? I need to forcefully delete a cookie on browser close. I have already tried my luck with window.onbeforeunload and window.unload but they doesn't work for mobile browsers. Search on the web a lot but didn't get any solution.

Thanks in advance

like image 862
Ankur Aggarwal Avatar asked Feb 11 '15 08:02

Ankur Aggarwal


1 Answers

I'm sorry but it's just impossible with Javascript... You can prevent the action of closing tab but not to do something when it will be close...

How to Detect Browser Window /Tab Close Event?

like image 94
Kénium Avatar answered Oct 17 '22 18:10

Kénium