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