CodeIgniter Forums
how Creating a mobile version for my web app in CodeIgniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how Creating a mobile version for my web app in CodeIgniter? (/showthread.php?tid=51456)



how Creating a mobile version for my web app in CodeIgniter? - El Forum - 05-04-2012

[eluser]momen[/eluser]
how Creating a mobile version for my web app in CodeIgniter


how Creating a mobile version for my web app in CodeIgniter? - El Forum - 05-04-2012

[eluser]BrokenLegGuy[/eluser]

I use Phil Sturgeon's CI template.... it's really simple and has pretty clear documentation.


http://philsturgeon.co.uk/code
http://getsparks.org/packages/template/show

Doc
http://philsturgeon.co.uk/demos/codeigniter-template/user_guide/


how Creating a mobile version for my web app in CodeIgniter? - El Forum - 05-04-2012

[eluser]Aken[/eluser]
You can also use CSS media queries to adjust your layout. Completely independent of CodeIgniter.


how Creating a mobile version for my web app in CodeIgniter? - El Forum - 05-05-2012

[eluser]InsiteFX[/eluser]
Search for the 1140 fluid grid does mobile and media queries like Aken mentioned, it's what I use.



how Creating a mobile version for my web app in CodeIgniter? - El Forum - 05-07-2012

[eluser]BrokenLegGuy[/eluser]
[quote author="InsiteFX" date="1336214204"]Search for the 1140 fluid grid does mobile and media queries like Aken mentioned, it's what I use.
[/quote]

Media queries totally slipped my mind. That just shows how often I deal with mobile... I need to get out more.