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
Once the oauth authentication completes successfully, the inappbrowser will close and no operation can be performed. Once the app goes backend and comes to frontend all the operation can be performed.
Once the oauth authentication completes successfully, the inappbrowser will close and no operation can be performed. Once the app goes backend and comes to frontend all the operation can be performed.
https://github.com/apache/cordova-plugin-inappbrowser/blob/master/README.md
as per the readme file, use cordova.InAppBrowser.open instead of window.open.
I commented the code inside exit eventListener to make it work.
The text was updated successfully, but these errors were encountered: