detect-inapp

detect browser or in-app information for mobile

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
detect-inapp
234251.4.05 years ago6 years agoMinified + gzip package size for detect-inapp in KB

Readme

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.isTablet()

  • inapp.isDesktop()

  • inapp.inBot()

  • inapp.isInApp()

  • inapp.isApplePay()

  • inapp.isInstalled('APP_NAME')

  • inapp.os

values: 'android', 'ios', 'windows'
  • inapp.device

  • inapp.browser

values: 'messenger', 'facebook', 'line', 'twitter', 'wechat', 'miui', 'instagram', 'chrome', 'safari', 'ie', 'firefox'
  • inapp.addMatch('NAME', 'Regex')
License
MIT License