oauth-io / oauth-phonegap

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

return inAppBrowser instance from popup method #14

Closed pplewa closed 10 years ago

pplewa commented 10 years ago

Popup should return an instance of open inAppBrowser and allow to hook to it or listen for events inside of your code if needed.

pplewa commented 10 years ago

This is especially important in Windows Phone development, where you need to be able to close the "popup" by clicking back button.

bumpmann commented 10 years ago

Thanks for the windows phone note. I was not aware of that