Skip to content

Instantly share code, notes, and snippets.

View jonstuebe's full-sized avatar

Jon Stuebe jonstuebe

View GitHub Profile
export function isIOS() {
// deprecated api but still exists in mobile safari for now
if (navigator.platform) {
return (
[
"iPad Simulator",
"iPhone Simulator",
"iPod Simulator",
"iPad",
"iPhone",