• Fabrik4.5.1 for Joomla5.2.4

    Fabrik4.5.1 is out. This update is needed for J!5.2.4

    See Announcements

Fullcalendar Viz mobile view available?

ontarget

Active Member
Hi just checking if the fullcalendar viz can accommodate a mobile view like this?
If yes any ideas how it can be implemented?
Happy to do CSS @media breakpoints but not sure if the CSS library for mobile is in the fabrik package?
Given that 70% of traffic is now mobile based it would be great to get this working as the none of fullcalendar views are really usable on a smartphone at the moment (week / month / day)
They are all just squished up fullscreen views!
 
Not sure what you mean.
What do you get, what do you want?
You can add "FullCalendar Options" in the viz' "Options" settings.
 
Hi Troester,
If you view the fullcalendar viz on a mobile phone the calendar is very compressed.
The fullcalendar.io seems to support list views see:
https://fullcalendar.io/docs/list-view-demo (which work better on mobile.)
Can the fullcalendar viz on fabrik render such views or does it need significant customisation?
 
In the viz options you could do something like
Code:
{"defaultView": "listWeek",
"header":
{"center": "title","left": "prev,next today",
"right":"month,agendaWeek,agendaDay,listWeek"}
}

But this will display the HTML code for the events. As far as I see the content of the layouts/templates is filled via Fabrik JS. So I assume there would be some work to do.

What about using a Fabrik list on mobiles?
 
Back
Top