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