Skip to content

Instantly share code, notes, and snippets.

@daybrush
Last active September 4, 2020 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daybrush/6d103157806bfac6ec52c128edd22590 to your computer and use it in GitHub Desktop.
Save daybrush/6d103157806bfac6ec52c128edd22590 to your computer and use it in GitHub Desktop.
import getAgent from "@egjs/agent";
const agent = getAgent();
if (
agent.os.name === "ios"
&& (agent.os.majorVersion >= 10 || agent.isHints)
) {
console.log("is iOS");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment