Open sufian1999 opened 5 months ago
Hi there,
I'm also experiencing the same issue with the Facebook Login UI not scrolling properly.
+1 😕
+1
+1
The issue is resolved with the latest Facebook App. But if the user wants to connect pages and there are many pages then the last one can't be selected because it goes down.
Checklist before submitting a bug report
Xcode version
15.0
Facebook iOS SDK version
14.0.0
Dependency Manager
CocoaPods
SDK Framework
Login
Goals
The Facebook login process must be UI issue-free. Buttons shouldn't disappear or go below the screen. Or is there any way to get the older UI of FBSDKLoginKit?
Expected results
The Facebook login process must be UI issue-free. Buttons shouldn't disappear or go below the screen.
Actual results
UI issues occur when the SDK opens the Facebook App for login. When I delete the FB app, then the LoginManager of FBSDK asks the user to login in the web view, and in the web view, the UI is ok.
UI issues like buttons disappearing, and can't scroll.
Below I gave the code of Objective-C and I bridge it and use it in my react native project. A fellow developer also tested this on FBSDK versions 17.0.0 and 16.2.1 but got the same issue.
Steps to reproduce
Do FB integration and the Facebook app must be installed. SDK opens the Facebook app and UI issues come. Mostly, these issues come on the latest iPhone devices like 15 pro, 15 pro max, 14 pro, and 14 pro max. On my iPhone 8, this issue doesn't occur.
Code samples & details