We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. It would be nice if we could detect the Twitter Browser. According: https://explore.whatismybrowser.com/useragents/explore/software_name/twitter-app/ It just contains the string "Twitter" on its user agent when opened via Android, not sure about iOS.
Describe the solution you'd like Get Twitter like the library does with Instagram for Twitter.
Twitter
Instagram
Describe alternatives you've considered Running my own .includes('Twitter') on the user agent string 😞
.includes('Twitter')
The text was updated successfully, but these errors were encountered:
d0db40c
@faisalman thank you! 🔥 ❤️
Sorry, something went wrong.
Backport - Fix #722 - Add new browser name: Twitter
775de4e
(cherry picked from commit d0db40c)
No branches or pull requests
Is your feature request related to a problem? Please describe.
It would be nice if we could detect the Twitter Browser.
According:
https://explore.whatismybrowser.com/useragents/explore/software_name/twitter-app/
It just contains the string "Twitter" on its user agent when opened via Android, not sure about iOS.
Describe the solution you'd like
Get
Twitter
like the library does withInstagram
for Twitter.Describe alternatives you've considered
Running my own
.includes('Twitter')
on the user agent string 😞The text was updated successfully, but these errors were encountered: