CodeIgniter for mobile web development? |
[eluser]handsetdetection[/eluser]
Hi, Yeah there is limitations which, inconveniently, vary by device. If you use www.handsetdetection.com then you can do a device query and check out the Markup >> xhtml_support_level. (Here's a list of all the blackberry devices we have at Handset Detection - http://www.handsetdetection.com/devices/properties/RIM ). Different views for each device is crazy talk. :-) If you're hitting devices with a xhtml_support_level of 3 and greater then CSS is fine (but keep the CSS simple). If you want to get the older devices then you'll have to dumb it down with no CSS, or you could just detect older devices and give them an 'unsupported handset' message. Once you've got the mobile website together check out www.deviceanywhere.com for testing and to check compatibility. Cheers Richard |
Messages In This Thread |
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 12:48 PM
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 12:51 PM
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 12:57 PM
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 02:14 PM
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 07:35 PM
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 08:07 PM
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 08:27 PM
CodeIgniter for mobile web development? - by El Forum - 06-22-2009, 09:04 PM
CodeIgniter for mobile web development? - by El Forum - 06-23-2009, 06:26 AM
|