• Stars
    star
    250
  • Rank 162,397 (Top 4 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

detect browser or in-app information for mobile

Detect InApp

detect browser or in-app information for mobile

Build Status codecov npm downloads js-standard-style Commitizen friendly semantic-release

Code Example

import InApp from 'detect-inapp';

const inapp = new InApp(navigator.userAgent || navigator.vendor || window.opera);

Installation

yarn add detect-inapp

API Reference

  • inapp.isMobile

  • inapp.isDesktop

  • inapp.isInApp

  • inapp.browser

values: 'messenger', 'facebook', 'line', 'twitter', 'wechat', 'miui', 'instagram', 'chrome', 'safari', 'ie', 'firefox'

License

MIT License