Closed khanetor closed 9 years ago
It seems that all the dialogs (including share dialogs) are web view.
It depends on the underlying version of the Facebook SDK that you're using. We changed some behaviors for iOS9, Tinder might still be on the old versions of the SDK.
Could you explain further why you made such change? Is there any circumstance that the native dialog will be available?
On Sat, Oct 10, 2015, 1:43 AM Ming Li notifications@github.com wrote:
It depends on the underlying version of the Facebook SDK that you're using. We changed some behaviors for iOS9, Tinder might still be on the old versions of the SDK.
— Reply to this email directly or view it on GitHub https://github.com/facebook/react-native-fbsdk/issues/49#issuecomment-146958083 .
With iOS 9, there are two OS-level changes that affected this decision.
We're still evaluating this change in behavior, and will update the behavior if one experience is clearly better for the user.
@mingflifb Thanks for the information but is there a way to force native dialog ? Which version of the SDK supports it ?
@mingflifb As asked above, is there a way to force native? Surely there should be an option to do so even if you have changed the default.
+1 - no answers since Oct 2015?
I notice that apps like Tinder have native login dialog, i.e. they don't open a web view for logging in. I am trying to achieve the same thing with React Native FBSDKLoginButton, and try to set the
loginBehavior
prop tonative
, but it seems no matter what the value is, a web view pops up. Is this a missing feature ofreact-native-fbsdklogin
or a misconfig from my part?