UNPKG

videogular2

Version:

Videogular is a video application framework for desktop and mobile powered by Angular

24 lines (12 loc) 477 B
# VgUtils Static Class Service to store several utilities useful on Videogular. This service is an injectable but can be used as an static class. ## Methods ### getZIndex():number Returns the highest `z-index` in the website. ### isMobileDevice():boolean Returns if the current device is a mobile or not. ### isiOSDevice():boolean Returns if the current device is an iOS device. ### isCordova():boolean Returns if the current player is running under Cordova or not.