twinssbc
twinssbc
@Bottley Could you check your ionic2-calendar, @ionic/angular and angular versions? They need to be like the combination described in README.
@SamirGrpADF Do you mean the endTime should end at 5-6PM slot, but it now ends at 3PM slot? Did you make any view customization in your project?
@SamirGrpADF Could you share more code how are you using the calendar? And which version of Ionic and calendar control are you using?
@luisucan, I guess you want to bind to a 'mode' field of an object, could you check why that object is undefined?
@wapewape There's a callback method "onTimeSelected" will be triggered when a time slot is clicked. You could add logic in this method to track the start hour and validate the...
@rosalia98 Which version are you using? This method is only exposed starting from version 0.6.8.
@rajneshkis13 To customize the week name, you could use formatMonthViewDayHeader method in dateFormatter. It accepts a date and return a string, you could use your own logic to return different...
@GroupeBEL Which version of ionic and Angular are you using? Any error is displayed in the console?
@GroupeBEL Which Ionic calendar version are you using? Maybe it will be helpful if you could provide the full package.json
@GroupeBEL This is due to the calendar needs to be rendered after the modal dialog is completely present. I slightly increase the timeout to 100, then the calendar will work...