detect-kakaotalk-in-app-browser

Detect Kakaotalk in-app browser typescript library

Usage no npm install needed!

<script type="module">
  import detectKakaotalkInAppBrowser from 'https://cdn.skypack.dev/detect-kakaotalk-in-app-browser';
</script>

README

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...
}