iphone - fullcalendar.io: can't scroll on iOS after redrawing calendar -


i'm having issue changing view of fullcalendar freezes scrolling on ios devices. example, start loading calendar empty div. upon initial load, can scroll around on device (both ipad , iphone). however, once click basicweek basicmonth view, calendar renders, screen freezes. can still click links, trying scroll around page or calendar not work.

has encountered similar or figured out how deal this?

my fullcalendar initialization code:

    $('#simple-calendar').fullcalendar({         googlecalendarapikey: my_google_api_key,         events: {             googlecalendarid: 'en.usa#holiday@group.v.calendar.google.com'         },         defaultview:'basicweek',         header: {              'left':     'title',             'center':   '',             'right':    'month,basicweek,basicday today prev,next'         }     }); 

i've tried using css , overflow scrolling, doesn't seem make difference.

-webkit-overflow-scrolling: touch; overflow-y: scroll; 


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

oracle - Changing start date for system jobs related to automatic statistics collections in 11g -