This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
beforeunload not working in iOS browsers #11
Comments
Might not be a good idea to use this library since this library is not being actively managed to keep in sync with browsers updates |
Hi @tonystaark, Maybe you can tell me how to correctly catch the events of closing the browser tab on IOS 14? Thanks |
@philipwalton some updates? |
As far as I know, Safari on iOS (which includes the WebView used by Chrome) does not fire the |
@philipwalton thank you |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to display the "Are you sure you want to leave" prompt using the beforeunload event. However, it does not work in iOS, neither in Safari nor in Chrome. I am using the addUnsavedChanges method. Am I missing something?
The text was updated successfully, but these errors were encountered: