I have a wordpress site using hybridauth to allow users to login with Facebook. However, on mobile devices, it opens a new mobile browser asking for the facebook login data.
Is there a way to use the native Facebook app on the iphone / android for hybridauth social login instead of opening a browser tab?
One way would be to have them download an iphone app that is just an iframe browsing my repsonsive website and then sign up.
Is there a better way e.g. using sencha touch or some jquery library?
I used cordova.js and integrate facebook login using openFB.js plugin.You can try these openFB.js plugin
For me it works fine......