Hello, the property 'canCreateEvents: false' does not prevent the user from creating events when calendar is on mobile device.
How to reproduce: use the following link:
https://smartclient.com/smartclient-...arMobileSample
change the javascript to:
click the forward button once. test with click.
Kind regards Paul
How to reproduce: use the following link:
https://smartclient.com/smartclient-...arMobileSample
change the javascript to:
Code:
isc.Calendar.create({
ID: "eventCalendar",
data: eventData,
canCreateEvents: false
});
Kind regards Paul