Fullcalendar Limits not working on mobile

troester

Administrator
Staff member
On smartphone or in the browser's mobile emulation it's ignoring the "Limits" settings, no alert shown but the form opens with the date outside the given limit.
I think it's because on the smartphone it's reacting (adding) on single click (double click = zoom-in/out)

Tested on Android with Chrome and Samsung's own browser and on desktop with Chrome console emulating Galaxy or iPhone.

Edit:
Found it:
line 498 in fullcalendar.js should be
if ( (e.type === 'dblclick' || e.type ==='touchend') && !this.dateInLimits(this.clickdate)) {
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top