Open huoxiangdong opened 6 years ago
function isMobile() { let ua = navigator.userAgent; return ua.match(/(Android)[\s\/]+([\d\.]+)/) !== null || ua.match(/(iPad|iPhone|iPod)\s+OS\s([\d_\.]+)/) !== null || ua.match(/(Windows\s+Phone)\s([\d\.]+)/) !== null; }