UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 131 B
export function IsWindowsPhone() { const ua = navigator.userAgent; return /Windows Phone/i.test(ua) || /IEMobile/i.test(ua); }