简体   繁体   中英

How to stop the scrolling of the fullcalendar on the mobile devices?

Need to stop the scrolling on the mobile device when using the full calendar and when i set the height and content height as auto then this will set different height for dates on the desktop view. Help me to change the height as auto for the mobile device

Added height and content height

$('#event-calendar').fullCalendar({
    header: {
        left: 'Next',
        center: 'title',
        right: ''
    },
    selectable: true,
    selectHelper: true,
    height:'auto',//contentHeight:'auto',

});

Not sure much, but this I used in Daily calendar, try to set minTime and MaxTime. Setting this will restrict the remaining times.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM