简体   繁体   中英

React Calendar with Touch Events

I'm currently working on a revamp of a legacy codebase over to react that utilizes jQuery based calendars on web and mobile (webview) portals and works fine at the moment.

Since we need to revamp everything to react, the problem i am facing is that as far as i have researched, there aren't any react based calendars that support touch events and safari which would be an issue since we would be using the same calendar in a webview in our mobile app.

Are there any react calendars that support touch events too? If not what could be the course of action in this scenario

KendoReact日历可在触摸设备上使用。

import { Calendar } from '@progress/kendo-react-dateinputs';

<Calendar />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM