Closed nghiepdev closed 7 years ago
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.
Not possible server side.
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.