acidb / mobiscroll

Cross platform UI controls for progressive web and hybrid apps (plain JS, jQuery, Angular and React)
https://mobiscroll.com
Other
1.54k stars 439 forks source link

clickToCreate single not working on mobile #516

Closed JosepSalvat closed 1 year ago

JosepSalvat commented 1 year ago

Hello! I'm using the component and it works like a charm on desktop. But for some reason I saw that the clickToCreate it doesn't work on mobile.

There's something that I can do to try to get it work? On click (finger) I want to create an event, for now I've the double clickToCreate but it's not looking good :(

Thanks!

dioslaska commented 1 year ago

The clickToCreate option intentionally only works on desktop, as stated in the docs.

In touch environment a long tap should be used to create a new event and it is controlled with the dragToCreate option.