Enabling Scheduler for touch screens

Hi,
I understand that it’s possible to enable the scheduler to work with touch screen events. I’ve included the js and css files, but it’s not working for me. The scheduler does not render properly.
Couldn’t find any documentation on how to configure it.

Other than including the files, is there anything else I need to do?

thanks,
Rose

Normally there is no need for any extra steps.
Check
samples\01_initialization_loading\10_ipad.html
from the scheduler’s package

The only extra code - two additional includes

<script src="../../codebase/ext/dhtmlxscheduler_touch.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" href="../../codebase/ext/dhtmlxscheduler_touch.css" type="text/css" media="screen" title="no title" charset="utf-8">

Hi,
I download the dhtmlxscheduler_touch files and add the same headles to my proyect but it’s not working on ipad, the header of dhtmlxschedules_touch.js is

/*
dhtmlxScheduler v.2.3

This software is allowed to use under GPL or you need to obtain Commercial or Enterise License
to use it in not GPL project. Please contact sales@dhtmlx.com for details

© DHTMLX Ltd.
*/

I have an Enterise License but there isn’t other dhtmlxschedules_touch files, I need this files?, Can you help me please?

dhtmlxscheduler_touch.js is equal for all editions of the scheduler.
Which kind of issue you have with touch extension
Is scheduler not loading at all? or it loads but incorrectly styled? or touch events do not work?