arasatasaygin / is.js

Micro check library
http://is.js.org
MIT License
9.16k stars 627 forks source link

ipad/ios13+ detection #319

Open mrkos67 opened 3 years ago

mrkos67 commented 3 years ago

Since the user agent string for iPads changed in iOS 13, the current function returned false. I updated the existing function to now detect iPads' new user agent string, with correct version number detection, as well.

evdama commented 2 years ago

I've added this now https://github.com/evdama/is.js/commit/06f7d54bd749120936eb05195eb57c65730260c6 Can you test and maybe close this one?