Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm thinking about how to design a mobile commerce site so that it works well for iPhone/Android and Blackberry. I know that iPhone and Android browsers are based on webkit so they will have similar capabilities and render similarly. However, most Blackberries to-date do not use a webkit based browser. Are there simple design paradigms to follow so that the site displays well on all three types of handsets?

share|improve this question

1 Answer

I'm using http://jquerymobile.com/ to adapt a mobile application to different devices.

For Blackberry you have to consider at least the v5.0

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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