biggora / express-useragent

NodeJS user-agent middleware
http://www.gordejev.lv
MIT License
645 stars 113 forks source link

iOS 13 iPad user-agent #129

Open allexysleeps opened 4 years ago

allexysleeps commented 4 years ago

Hi guys. There is an issue with iOS 13 Safari. Currently, it has the same User-Agent as on macOS.

Do you have plans to handle it? I can take it if you don't mind.

kylefoley commented 4 years ago

I'm seeing this as well. Safari, iOS 13.3.1.

emphaticsunshine commented 4 years ago

any updates on this?

VashurkinAnton commented 3 years ago

Hello, now the iPad can be detected using only the browser side features, see more https://stackoverflow.com/a/57924983. But if it what you want, then you can use my fork with that fix and other improvements: https://github.com/VashurkinAnton/express-useragent, more about improvements: https://github.com/biggora/express-useragent/pull/143.