New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.BrowserFeatures

An object that provides flags for browser detection.

Properties

static canvas Boolean

Returns true if the browser supports the <canvas> object.

static input Array

Returns an array of boolean flags that indicate whether the browser supports the following input features: autocomplete, autofocus, list, max, min, multiple, pattern, placeholder, required, step.

static inputTypes Boolean

Returns an array of boolean flags that indicate whether the browser supports the following input types: color, date, datetime, datetime-local, email, month, number, range, search, tel, time, url, week.

static msPointerEvents Boolean

Returns true if the browser supports the MS pointer events.

static pointerEvents Boolean

Returns true if the browser supports the standard pointer events.

static propertychange Boolean

Returns true if the browser supports the propertychange notifier.

static touchAndMouseEvents Boolean

Returns true if the browser supports both touch and mouse events (i.e., it is a mixed device).

static touchEvents Boolean

Returns true if the browser supports touch events. This usually indicates a mobile device.

In this article