-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing a link to facebook doesn't work on certain devices #1066
Comments
This is a duplicate of #1028 which was closed as stale. However, the issue is persisting with later facebook sdk versions |
Facebook is losing traffic due to this bug, is there any update? |
I cannot reproduce this issue on my own test devices. Requesting one of the above mentioned. |
Indeed, the issue is not happening for all devices but for the specific ones mentioned above |
The issue is still happening on specific devices and facebook is losing traffic due to that, any updates? |
Any updates on this issue? |
same issue |
Checklist before submitting a bug report
Java version
11
Android version
Android 9, Android 11
Android SDK version
11.3.0, 12.1.0, 12.2.0, 13.1.0
Installation platform & version
Gradle 7.1
Package
Share
Goals
The goal is that a user is able to share links to the facebook app.
Affected devices
Xiaomi Mi A1 - Android 9.0
Samsung S21 Ultra - Android 11.0
Info
We noticed that in certain devices a user is not able to share a link to the facebook app with the android facebook sdk's
ShareDialog.show(...)
. In most devices with the same exact code the result is successful.We have verified the issue with both the production app and with a minimal sample app on the affected devices.
Stacktrace
Application id has been redacted and replaced with "applicationid"
Already reported issue
The issue seems to be the same as facebookarchive/react-native-fbsdk#828 from the react-native-fbsdk archive which has no resolution.
When the user is logged out on the affected devices, the sharing functionality works.
When the user is logged in, the sharing functionality doesn't work.
Expected results
When user clicks the "share on facebook" button, the facebook app successfully opens so that the user can share their link.
Actual results
When user clicks the "share on facebook" button, the facebook app does not open. There is a flickering of a window trying to open but is immediately shut down again.
Steps to reproduce
Prerequisites
Steps
Code samples & details
The text was updated successfully, but these errors were encountered: