-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
Twitter share button doesn't work on Android 12 #484
Comments
I made a PR #485 for this issue. |
Did anyone manage to implement a workaround? I experience the same phenomenon in my application. |
me also facing same problem. |
Ey! anyone knows if is it fixed? |
I have forked the repo with a fix for the twitter share. |
please fix this asap. Everyone is having this issue!! #485 needs to be merged |
Please just checking if this issue has been fixed |
This is sill an issue. @sakabar how did you fix this? |
@rhtaylor I'm just waiting for merging #485. If you're in a hurry, you can use a forked repo. |
@sakabar it doesn't work for Android 12,13 and 14 (webview) 😢 . Any idea how to fix it? |
any chance on fix for this ? please :( |
Hey, this has been fixed in version |
@Alfrex92 Sorry, I'm not sure. This issue is closed. So it might be a good idea to make a new issue for the problem. |
Problem
I put this button on my web site, and pushed it on Android 12.
Twitter application opened automatically, but the following message was shown.
Cause
The url of TwitterShareButton
https://github.com/nygardk/react-share/blob/454860844d11d11d23112db1982feaf0ef4f1f09/src/TwitterShareButton.ts
According to the Twitter help page, the correct share url is
https://twitter.com/intent/tweet
.[Twitter help page] How to add the Tweet button to your website
https://help.twitter.com/en/using-twitter/add-twitter-share-button
Make a share button with the explained way. The url path of the share button is
https://twitter.com/intent/tweet? ...
.When we access
https://twitter.com/share
, then it automatically redirect tohttps://twitter.com/intent/tweet
normally. However, this doesn't work on Android OS.The text was updated successfully, but these errors were encountered: