Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Responsive Calendar for Bootstrap 3 [closed]

My website uses Bootstrap 3 for the GUI. Since Bootstrap is mobile first I am trying to make the whole website usable on smartphones too. However I am using Fullcalendar and unfortunately this is not usable on device-width of 320px - it is just too wide. Is there a responsive calendar alternative for that use case?

like image 701
Merion Avatar asked Aug 30 '13 00:08

Merion


1 Answers

What do you expect and what are your requirements? The example page of Fullcalendar (http://arshaw.com/fullcalendar/) shows a calendar build up in a html table. The table has a 100% width for columns. The width of the demo is set to 810 by wrapping it in a container div. When the width setting of this container has been disabled, you could resize the calendar to very small, see:

enter image description here

Maybe the size make it not useful on a touch screen.

Multi Dates Picker Bug? refers to Multidatespicker based on jQuery IU (too). This views also seems to fit 320px;

like image 176
Bass Jobsen Avatar answered Sep 30 '22 14:09

Bass Jobsen