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