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
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
When checking for firefox the first criteria to is the absence of 'safari' in the user agent string.
but on iOS 'safari' appears (@see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox)
Instead of 'Firefox/version' 'FxiOS/version' is used.
Hence firefox on iOS is identified as Safari with version:unkown.
IN:
Sinergi\BrowserDetector\BrowserDetector
The text was updated successfully, but these errors were encountered: