Check documentation for the latest version of dhtmlxSuite isIPad DHTMLX Docs

isIPad

set to true if browser is Safari on IPad

isIPad;

Example

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

Back to top