Skip to content
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

Not able to identify IPAD os_version=13.0 , What should do to identify os_version > 13+ #165

Open
anshuludapure opened this issue Jul 29, 2020 · 4 comments

Comments

@anshuludapure
Copy link

No description provided.

@anshuludapure anshuludapure changed the title Not able to identify IPAD os_version=13.0 , What should do to identify os_version > 12+ Not able to identify IPAD os_version=13.0 , What should do to identify os_version > 13+ Jul 29, 2020
@keverw
Copy link

keverw commented Aug 7, 2020

What iPad Model is it? I know the iPad Pro identifies as a Mac since suppose to have desktop class browsing. I think detecting touch is a workaround, but in the future if they ever make touch screen Macs that'd be a future problem.

Haven't looked at the code though to see how this works, just thinking of using this in my frontend React project and skimming the issues to see how others use it, so maybe my above message could explain the problem and point down the right direction. iPad OS Version is useful but some the OS behave differently for some device models hardware.

@Himachallad
Copy link

The same issue is happening for me also for Safari and Firefox. For chromium browsers its able to detect iPad.

@nghiepdev
Copy link

My user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15

isMobile.apple log:

{phone: false, ipod: false, tablet: false, universal: false, device: false}

@evgeniy-polyakov
Copy link

evgeniy-polyakov commented Jan 17, 2024

This issue can be reproduced in Chrome Dev Tools:

  • Toggle device toolbar
  • Set device to iPad Air or iPad Pro
  • Reload the page

Result:
This user agent is not recognised as mobile:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants