-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
New iPad OS detected as computer #917
Comments
Same with Microsoft Surface Go Win 11. Also detected as computer. |
I created a hacky way to detect the new iPad iOS. I found that the version number on a Mac contains a dot (.) and the version number on an iPad contains an underscore(_). I'm just checking the version for an underscore and setting a global variable. This may be of use to someone else. (As a side note: I'm actually using this to set a session cookie within my own site rather than a global variable. But that code is out of scope for this reply.)
|
@aaronsummers However, according to the following article, both OSes seem to use “_”.
I don't have that device so I can't verify it. |
Can someone finally tell if the problem has a solution? |
Hello! New iPad OS detected as computer. In new version Apple use core like on Mac
The text was updated successfully, but these errors were encountered: