oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

Error inside SuccessCallBack #57

Open benson-jala opened 9 years ago

benson-jala commented 9 years ago

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.