Leonardo Valentin Zeferino
Posts: 0
Joined: Fri May 29, 2015 2:07 pm

Open Facebook Login in Native Facebook App or default user browser

Hi!

I'm deploying the social login and the page that user needs to login to Facebook always open at inAppBrowser. Is it possible to open in Native Facebook App or default user browser (like Chrome)?

I tried to change in Facebook_Helper.js this line but without success:
code
ref = window.open(url, 'blank', 'location=yes');
ref = window.open(url, 'system', 'location=yes');
ref = window.open(url, '_system');
/code

Thanks!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Open Facebook Login in Native Facebook App or default user browser

Hello Leonardo,

You can open native facebook app with facebook URL ("fb://") or with 3rd-part plugin: http://stackoverflow.com/questions/23...

Note: Appery.io facebook plugin could not to work in that cases

David Quigley
Posts: 0
Joined: Wed Jun 01, 2016 1:15 pm

Open Facebook Login in Native Facebook App or default user browser

What do you mean, "Note: Appery.io facebook plugin could not to work in that cases"?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Open Facebook Login in Native Facebook App or default user browser

It doesn't work, because of Appery.io Facebook plugin, which uses a web mode for the facebook login, instead of native, which are used in the Cordova plugins

Return to “Issues”