We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
mobile-detect.js
screen.width/height
Thanks, advance.
The text was updated successfully, but these errors were encountered:
Not possible server side.
Sorry, something went wrong.
No branches or pull requests
Hi guys,
Sometimes, I just want to detect only iPad Pro without IPad.
Or somehow I want to it looks like this:
Because I'm using
mobile-detect.js
in Node.js environment so I cannot get width device byscreen.width/height
Thanks, advance.
The text was updated successfully, but these errors were encountered: