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
The UserAgentInfoRx service is reporting Chrome as "Safari" on iphone X
UserAgentInfoRx
Can you please look into it?
The text was updated successfully, but these errors were encountered:
@hassanasad that is correct. A Chrome, Firefox or Opera are the same on iOS (Safari / WebKit).
The Chrome Engine is Chromium, but under iOS it is WebKit. Apple dont allow the Browser-Companys to use his own Engine on iOS-Devices.
https://blog.chromium.org/2017/01/open-sourcing-chrome-on-ios.html
Sorry, something went wrong.
@dertuerke okay but i see it "safari" even on MacOS on a macbook pro. That shouldn't happen right?
Had to implement some hacky method to fix that for myself. https://stackoverflow.com/questions/16935955/javascript-to-detect-safari-and-chrome-on-mac
Basically this line:
isChrome = !!window.chrome;
No branches or pull requests
The
UserAgentInfoRx
service is reporting Chrome as "Safari" on iphone XCan you please look into it?
The text was updated successfully, but these errors were encountered: