UNPKG

mobile-select

Version:

A multi-function mobile phone scrolling selector, support single to multi-select, support multi-level cascade, provide custom callback function, provide update function redraw, relocation function, compatible pc drag and so on.

8 lines (7 loc) 179 B
export function checkIsPC() { return !navigator.userAgent .toLowerCase() .match( /ipad|iphone os|midp|rv:1.2.3.4|ucweb|android|windows ce|windows mobile/ ); }