Check documentation for the latest version of dhtmlxSuite isChrome DHTMLX Docs

isChrome

set to true if browser is Chrome

isChrome;

Example

if (window.dhx.isChrome) {
    // your code
}

Back to top