title | page_title | previous_url | description | position |
---|---|---|---|---|
Supported Browsers |
Suported Browsers |
/technical-requirements.html, /getting-started/technical-requirements |
browser, platform support and prerequisites for best performance when working with Kendo UI. |
2 |
Browser | Supported versions |
---|---|
Internet Explorer | 7 and later |
Chrome | 21 and later |
Firefox | 24 and later, ESR |
Opera | 15 and later |
OS X Safari | 5 and later |
Browser | Supported versions |
---|---|
Internet Explorer | 10 and later |
Firefox | Not supported |
Others | Same as Core and Web widgets |
Supported desktop and mobile browsers for Kendo UI DataViz
-
Browsers in beta stage are not supported;
-
Quirks mode is not supported. Always specify a DOCTYPE. Recommended DOCTYPES include
HTML5
,XHTML 1.1
,XHTML 1.0 Strict
andHTML4 Strict
. TheHTML4 Transitional
DOCTYPE triggers quirks mode and should not be used.XHTML 1.0 Transitional
works well in most cases, but may cause issues with vertical positioning of icons. The correct syntax for all DOCTYPES is provided on the W3C website. -
Internet Explorer compatibility modes are not supported. These modes can exhibit different behavior and rendering bugs, compared to the browser versions they emulate. It is highly recommended to use IE's Edge mode via META tag or HTTP header.
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-
Kendo UI uses progressive enhancement for its CSS styling. As a result, old and obsolete browsers may ignore CSS3 styles, such as rounded corners and linear gradients.
Internet Explorer behaves differently when being embedded inside a desktop (WinForms) application. It reports to support pointer events, but actually doesn't. As a result, some events, on which Kendo UI relies, are not fired. In order to avoid this problem, the following Javascript code must be executed before the Kendo UI scripts are registered:
window.MSPointerEvent = null;
window.PointerEvent = null;
Platform | Version |
---|---|
Windows | XP and later |
Windows Server | Server 2003 and later |
OS X | 10.5 and later |
Android | 2.3 and later |
iOS | 6.0 and later |
BlackBerry | 10.0 and later |
Windows Phone | 8.0 and later |
Chrome for Mobile | Any |
- In Android 2.3 dataviz widgets support only Canvas rendering mode;
- Hybrid mouse and touch devices are supported (for instance IE10, Chrome and Firefox on Windows 8).
- JavaScript must be enabled on all browsers
For best performance:
- 'Disable script debugging' in the browser's config options must be checked;
- Caching on Internet Explorer must be activated.