| Issue 1113: | Height and scroll bars not rendering correctly in safari on iPad | |
| Back to list |
In the iPad on Safari the calendar renders from 0800 (Set as first hour) and stops at 1300 (not a full day AND there are no scoll bars and no means to scroll down to view the calendar for the rest of the day.
Any advice would be appreciated.
$('#calendar').fullCalendar({
theme: true,
defaultView: 'agendaDay',
firstDay: 1,
editable: true,
weekends: false,
firstHour: 8,
columnFormat: {
month: 'ddd',
week: 'ddd d/M',
day: 'dddd d/M'
},
header: {
left: 'prev,next today',
center: 'title',
right: 'agendaDay, agendaWeek, month'
},
Phil
Oct 2, 2011
Project Member
#1
adamrs...@gmail.com
Status:
Reproducing
Sep 13, 2012
I found the attached code when trying to resolve my bug which is that when dragging events on the calendar the delta always ends up being x days + 1 hour whenever we are in BST (GMT+1). So if you drag an event forward by a day, the delta is 25 hours making the event start a day earlier than you intended. After October (when the clocks go back) the issue isn't present. Thanks to Phil's changetolocal() function in the attached file I was able to workaround the issue. Many thanks Phil.
Aug 14, 2013
(No comment was entered for this change.)
Status:
Invalid
|
|
| ► Sign in to add a comment |