You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get an event notification back in my Cordova app if the user explicitly closes the browser tab -- i.e. by clicking "Done" button in Safari tab , or [X] close box in Chrome Tab?
Thanks
The text was updated successfully, but these errors were encountered:
I had a workaround (Android only) that worked without touching the plugin. BrowserTabs will pause the app so you can subscribe to cordova's platform "resume" event. I set a variable when loading the browserTab which I utilised in combination with the resume event to check if a BrowserTab was closed.
I recently migrated to Eddy Verbruggen SafariViewController that actually implements observables for open, loaded and closed.
Is there a way to get an event notification back in my Cordova app if the user explicitly closes the browser tab -- i.e. by clicking "Done" button in Safari tab , or [X] close box in Chrome Tab?
Thanks
The text was updated successfully, but these errors were encountered: