Created
February 24, 2021 13:47
-
-
Save borispoehland/c03a22b01e9f932e0a5ee47da8f0c3fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const UA = req.headers['user-agent']; | |
const isMobile = Boolean(UA.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile|WPDesktop/i)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment