1.0.0 • Published 6 years ago
@touchflows/buzzcasting-utils v1.0.0
DeckDeckGo - Types
A collection of utils methods and functions developed and used across apps and components of DeckDeckGo.
Table of contents
Getting Started
If you would like to install and compile locally this project, proceed as following:
git clone https://github.com/deckgo/deckdeckgo
cd deckdeckgo/webcomponents/utils
npm install
npm run buildMethods
The following functions and methods are statically exposed:
Unify an event
To unify a mouse or touche event
static unifyEvent(e: any): anyDebounce
Debounce a function. Per default 300ms.
static debounce(func: Function, timeout?: number)Is mobile?
Is the current navigator used on mobile devices? The list of devices from Detect Mobile Browsers is use for detection purpose.
static isMobile(): booleanIs iOS?
Is the current device an iOS one (iPad, iPhone and iPod)?
static isIOS(): booleanIs full screen?
Compare the window.innerHeight and screen.height to detect full screen or not.
static isFullscreen(): booleanLicense
MIT © David Dal Busco and Nicolas Mattia
1.0.0
6 years ago