cordova-plugin-safariviewcontroller
cordova-plugin-safariviewcontroller copied to clipboard
How to destroy a SafariViewController instance?
I am trying to integrate Auth0 with my Ionic 3 application but when you hit the Done button or call hide()
, it does only hide the SVC instance, so when you attempt to authenticate again the new session conflicts with the hidden one.
Is there a way to completely destroy the instance to stop this issue, or is there a better way?
We have the same issue using Keycloak and need a way to invalidate the session. I'm happy to help with a PR if we can agree on a way to solve this @EddyVerbruggen 👍
I have the same issue. Someone have a solution for this problem?
Seems to be when a tab is set to hidden, I've added a fix for that in #104 This might be slightly unrelated to what you are asking, but its better than nothing I guess.
The above fix doesn't fix the problem with the Hide button, I'll fix that when I have time to investigate.
any news?
any news? :(