Created
April 25, 2022 06:24
-
-
Save nottyo/4e48558da22aa1351887dd1363791090 to your computer and use it in GitHub Desktop.
isInLineInAppBrowser
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 { userAgent } = navigator; | |
const isInLineInAppBrowser = !liff.isInClient() && userAgent.includes('Line'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment