How to prevent reload and show custom popup ?
My application is developed in react. I have a form , when my user tries to reload I have to disable brower'sdefault popup and show my own custom popup. I tried with "onbeforeunload" and "beforeunload" events , I can able to prevent brower's default...