How to detect table iPad Pro?
nghiepdev opened this issue · 1 comments
nghiepdev commented
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 commented
Not possible server side.