This is a migrated thread and some comments may be shown as answers.

Calendar events are not shown on iOS

1 Answer 75 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michele
Top achievements
Rank 1
Michele asked on 15 Dec 2017, 08:53 PM

Hello,
I'm using Angular2 (Typescript). I implemented RadCalendar as follow:

<RadCalendar row="0"
    [eventSource]="events"
    (dateSelected)="onDateSelected($event)">
</RadCalendar>

 

private events: CalendarEvent[];
 
ngOnInit() {
  this.calendarService.getCalendarEvents({
   ...
  }, (data)=>{
    this.events = data.events;
  });        
}

 

This works well on Android instead on iOS the events are not shown on days. How can it works on iOS too?

Thanks

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsonev
Telerik team
answered on 18 Dec 2017, 06:32 AM
Hello Michele,

First of all, thank you for your interest in UI for NativeScript.
I tested your scenario while using --samples-angular sample app and its events-view-modes example, however, I was unable to recreate an issue with the events loading. 
Regarding that, it would help if you could provide some more info about your environment(-pro- NativeScript CLI, modules, node,  versions). Also, it would help if you provide sample project, which could be debugged locally.

Thank you in advance for your cooperation.

Regards,
nikolay.tsonev
Progress Telerik
Did you know that you can open private support tickets which are reviewed and answered within 24h by the same team who built the components? This is available in our UI for NativeScript Pro + Support offering.
Tags
Calendar
Asked by
Michele
Top achievements
Rank 1
Answers by
Nikolay Tsonev
Telerik team
Share this question
or