Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 148 Bytes

File metadata and controls

7 lines (5 loc) · 148 Bytes

Device

  • Check if the user is on an Apple device
const isAppleDevice = () => /Mac|iPod|iPhone|iPad/.test(navigator.platform);