bowser-js / bowser

a browser detector
Other
5.51k stars 487 forks source link

Firefox iPad is being detected as Safari #531

Closed turnipdabeets closed 1 year ago

turnipdabeets commented 1 year ago

From Firefox user agent string reference - HTTP | MDN, this is the UA for firefox on ipads: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15

But it's being detected as Safari

I'm using "bowser": "^2.11.0",

Inspecting Bowser.parse(window.navigator.userAgent) on an iPad Pro 16.3.1 shows the information looks exactly the same as on a Firefox browser or a Safari browser. IMG_0015 IMG_0014

naorpeled commented 1 year ago

Hey @turnipdabeets, thanks for opening this issue.

Will try to investigate this tomorrow 🙏 will keep you posted

naorpeled commented 1 year ago

Seems like there's an open issue for this here. In addition, found a different thread that discusses this here.

Not sure we have something to do about it on our end 😢

turnipdabeets commented 1 year ago

Seems like there's an open issue for this here. In addition, found a different thread that discusses this here.

Not sure we have something to do about it on our end 😢

Ok, thanks for looking into this!

naorpeled commented 1 year ago

Seems like there's an open issue for this here. In addition, found a different thread that discusses this here. Not sure we have something to do about it on our end 😢

Ok, thanks for looking into this!

For sure! Feel free to ping me if you need assistance with anything else :)