hgoebl/mobile-detect.js

How to detect table iPad Pro?

nghiepdev opened this issue · 1 comments

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.

Not possible server side.