본문으로 건너뛰기

touch

Description

스케줄러에서 터치 지원을 켜거나 끕니다.

touch: boolean | string

Example

scheduler.config.touch = "force";
...
scheduler.init('scheduler_here',new Date(2013,3,10),"week");

Default value: true

Details

문자열로 전달될 경우, 파라미터는 단 하나의 값만 허용합니다 - 'force'.


즉, 이 파라미터는 세 가지 값 중 하나를 가질 수 있습니다:

  • true - 스케줄러가 브라우저의 user-agent 문자열을 검사하여 터치 디바이스를 식별하려 시도하며, 발견되면 터치 지원을 활성화합니다.
  • 'force' - 사용 중인 디바이스와 상관없이 항상 터치 지원을 활성화 상태로 유지합니다.
  • false - 터치 지원을 비활성화합니다.
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.