I am developing a SCORM course using React and I must detect when user closes the tab to send the correct event to Lms
I tried to search for similar questions, and even following the answers of this thread reactjs event listener beforeunload added but not removed I could not make it work, onbeforeunload is just not called.
Also componentwillunmount do not works when user closes the window directly.
Any suggestions about how I could achieve this?