| Issue 1685: | Ipad eventSources not display events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I´m using fullcalendar.js to display a calendar. To populate the calendar I use the 'eventSources' option:
$('#calendar').fullCalendar({
eventSources: '/getEvents.php'
});
On PC's and Android tablets the events are shown but on Ipad or Iphone the events aren´t rendered. If I populate the calendar with the option 'events' and if I write the events directly they are shown:
events: [
{
title: 'A title',
start: new Date(2013,0,1)
}
]
How can I see the events in Ipad using eventSources?
Jan 30, 2013
#1
aritz.on...@gmail.com
Feb 25, 2013
could you please put the code on the PC because I see the events but not the ipad and iphone, thank you very much
Aug 21, 2013
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |