Is it possible (and how) to

  • determine if a user is using a mobile device
  • force symfony 2 to load different template in that case
  • (and fall back the default html template)
  • or determine screen resolution to even differentiate mobile devices.

What id like to do is, to load different templates without modifying any controller. Im a pretty new in symfony2 development, but i can imagine doing this by creating a service to decide which template to load, or trough global configuration, or maybe extend or override the default twig loader by adding the extra logic needed.

The real question is where can i start this. Is it even possible?

link|improve this question

64% accept rate
I'm not sure the solution will be related to the framework. Have you checkout hand-interactive.com/resources/detect-mobile-php.htm#download ? – FMaz008 Nov 24 '11 at 15:55
feedback

1 Answer

From my experiences, you can but by specifying a format in the first place - check these docs, they may be able to assist you

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.