Has anyone got an easy way to have the mobile phone show the calendar view that fits the screen or that will automatically show a different view if the phone screen is too small or a way to specify the size of the screen to make the change to a better view?
I don’t think we’ve got any recommended ways of doing this at this point in time – and there is unlikely to be a one size fits all means of doing this.
That said, we can definitely leave this discussion open so other members of the community can pitch in with suggestions.
I use grid/month view by default (you get a nice quick overview), but on the mobile it doesn’t work very well. I would not mind serving the list view automatically to mobile users. Any ideas on how to achieve this?
There’s no absolutely reliable way of doing this purely from the server side, though sometimes a technique is used where information like the user agent string is used to make an educated guess about the sort of device accessing the site and a decision is made from there.
The best implementation is really going to depend on what you’re comfortable developing.