Dave
Dave

Reputation: 2994

Oauth.io and Ripple InAppBrowser Emulation

I am making a mobile app with Cordova and I use oauth.io to connect with facebook.

It is working just fine when I deploy my app to my Samsung Galaxy S5 phone.

However, when running my app in debug with Ripple, I get this screen when oauth calls facebook.

in app browser error

I tryed to use the oauth.io browser javascript file ( it displays browser version correctly when I start the app) but still get the error.

Also tryed to Add the InAppBrowser plugin in my project's config.

edit : here is a more detailed error I just found in the console.

enter image description here

Upvotes: 3

Views: 516

Answers (1)

user4495161
user4495161

Reputation:

I found using Ripple broke many of the ngCordova Plugins, I'd strongly suggest using one of the following for testing:

Terminals:
ionic serve
ionic serve --lab

or push the app to Ionic View:

Terminals:
ionic upload

and use the Ionic View app on your handheld device, ideal for IOS.

I hope this helps and Good luck.

Upvotes: 1

Related Questions