Quick check to see if the device is an iOS device
const iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;