This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: Blackberry: No support for display: none??
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Then we found out that the BB doesn't support display. It has a pretty poor support for CSS (as seen in the dev guide).
So, there goes the simple short term solution.
Of course, we want a mobile specific site because:
We don't want to force the mobile to download everything (JS etc), especially with the US download speeds ;)
We want a mobile specific UI (a la bbc.co.uk/mobile)
It will be fun to see if responds_to { ... } will be enough (having a mobile setting). Then the same controller/actions can be used for HTML, Mobile site, and our XML representations.