You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not security related and can safely be disclosed publicly on GitHub
Java version
17.0.9
Android version
Android 10
Android SDK version
33
Installation platform & version
Gradle
Package
Share
Goals
Users of my App should be able to Share Link on Facebook
Expected results
when calling ShareDialog.open and the Facebook App is not installed, i expect the Fallback Feed Url to be opened in a Chrome Custom Tab so all users can login
Actual results
The Fallback is opened in the Embedded WebView and some users can not login
Steps to reproduce
No response
Code samples & details
// INSERT YOUR CODE HERE
The text was updated successfully, but these errors were encountered:
chrisgradl
changed the title
Use CustomTabActivity for Fallback Sharing when using ShareDialog.open to fix Embedded WebView Error
Use CustomTabActivity to open Fallback Feed Link to fix Embedded WebView Error
Feb 21, 2024
I also have this problem in App share logic. SDK version 16.3.0 . When in another logic of login for user info , it succeed when register CustomTabActivity or with an out app browser callback, but when calling ShareDialog.show it invoke inner webview login and cause error. I have Finding the deprecating-webviews so it seems a bug case now, the correct case should be a login invoke in outside browser app or invoke the CustomTabActivity login case.
Checklist before submitting a bug report
Java version
17.0.9
Android version
Android 10
Android SDK version
33
Installation platform & version
Gradle
Package
Share
Goals
Users of my App should be able to Share Link on Facebook
Expected results
when calling ShareDialog.open and the Facebook App is not installed, i expect the Fallback Feed Url to be opened in a Chrome Custom Tab so all users can login
Actual results
The Fallback is opened in the Embedded WebView and some users can not login
Steps to reproduce
No response
Code samples & details
// INSERT YOUR CODE HERE
The text was updated successfully, but these errors were encountered: