oauth-io / oauth-phonegap

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

popups not shown.. #19

Closed raoulguillermo closed 10 years ago

raoulguillermo commented 10 years ago

Can't get the example to work.. Nothing happens when i click the buttons.

ivorafael commented 10 years ago

+1

jbrun commented 10 years ago

+1 on nexus 5

thyb commented 10 years ago

We're not able to reproduce the bug (since the first comment), a little explanation of what you've done would be nice... It works perfectly for me and all the team (tested on IOS / Android). Have you an error or something else that can help us to reproduce this issue?

RubenCordeiro commented 10 years ago

I eliminated my comment, since the example app was working. I apologize for the comment.

jbrun commented 10 years ago

I exactly followed the tutorial for "the included samples". I deployed on nexus 5 (android 4.4.2) and used phonegap 3.4.0. When I click on facebook button, nothing happens. After several minutes, I have this error : "Authorization timed out". I'm not behind a proxy. I have a 4G connection.

william26 commented 10 years ago

Sadly we could not reproduce the bug you are talking about. However, we are currently working on a new release (0.2.0) which contains many changes.

Though it is still under development, could you test our develop branch to check if the bug still occurs ? You can do so by installing the plugin like this :

$ cordova plugin add https://github.com/oauth-io/oauth-phonegap.git\#develop

If everything works, when launching the .popup() method, you should be seeing a webview appear for a few seconds, and then disappear before the callback is called.

To get more information about what is going on in the page, you could also use Weinre, which gives you an equivalent of the Chrome Console.

Edit (06-04-2014) : We released version 0.2.0 today.