custom message on beforeunload
Dec 2, 2022 · 1 min read · My application is developed in react. I have a form , when my user tries to reload I have to disable brower's default popup and show my own custom popup. I tried with "onbeforeunload" and "beforeunload" events , I can able to prevent brower's default...
Join discussion