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

How to detect table iPad Pro? #69

Closed
nghiepdev opened this issue Nov 15, 2017 · 1 comment
Closed

How to detect table iPad Pro? #69

nghiepdev opened this issue Nov 15, 2017 · 1 comment

Comments

@nghiepdev
Copy link

Hi guys,

Sometimes, I just want to detect only iPad Pro without IPad.
Or somehow I want to it looks like this:

if(md.table() && width >= 1024) {
  // do stuff
} 

Because I'm using mobile-detect.js in Node.js environment so I cannot get width device by screen.width/height

Thanks, advance.

@hgoebl
Copy link
Owner

hgoebl commented Nov 15, 2017

Not possible server side.

@hgoebl hgoebl closed this as completed Nov 15, 2017
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

2 participants