diff --git a/public/mon-script.js b/public/mon-script.js index 8eb0ca7..962a35e 100644 --- a/public/mon-script.js +++ b/public/mon-script.js @@ -78,4 +78,7 @@ // Écoute des événements beforeunload pour détecter lorsque l'utilisateur quitte la page window.addEventListener('beforeunload', () => onLeave('beforeunload')) + + // For ios + window.addEventListener('pagehide', () => onLeave('pagehide')) })()