Forum OpenACS Development: Re: Mobile Theme?

Collapse
5: Re: Mobile Theme? (response to 3)
Posted by Torben Brosten on
A mobile / small device theme is an interesting concept.

Have you ever gone to a website that serves a small device version, and wished that you could browse the one for standard browsers?

Our main beta tester made an interesting observation. He has to carry his glasses around, just so he can see websites on his phone when they serve a mobile version.. that doesn't allow the phone's browser to zoom in/out. The adaptive "zoom" feature is often disabled on mobile versions.

There are times when an optimized, mobile version is necessary; many times, the design criteria should be applied to the main site as well.

Collapse
6: Re: Mobile Theme? (response to 5)
Posted by Ryan Gallimore on
Hi Torben,

I agree. Your complaints can be addressed with proper mobile design, for instance, the "zoom" feature can be controlled with the meta viewport tag.

With a media query solution, an optimized mobile version can be delivered. For example, CSS can reduce a multi-column listbuilder list to a single column for the mobile version, but show all columns in a large screen format. The single column could include links to detail pages.

In this way the structure and functionality remain the same but the presentation layer (CSS) adapts to the device dimensions.

jQuery has a mobile library which looks very slick, and provided some good ideas.

Regards,
Ryan