Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.26 KB

Detect Kakaotalk in-app browser

Go To NPM Go To yarnpkg

TypeScript

codecov

Languages

한국어 | English


Introduce

I'm so tired by the in-app browser.

Install

npm i detect-kakaotalk-in-app-browser # npm

yarn add detect-kakaotalk-in-app-browser # yarn

Usage

import isKakaotalkInAppBrowser from 'detect-kakaotalk-in-app-browser';

if (isKakaotalkInAppBrowser()) {
  // do something...
}